Drop Python 3.9 and use Python 3.11 release instead of pre-release

This commit is contained in:
Micah Jerome Ellison 2022-10-08 13:06:22 -07:00
parent dd7f59cef7
commit b46445bc50
5 changed files with 5 additions and 5 deletions

View file

@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: [ 3.9 ]
python-version: [ 3.10 ]
os: [ ubuntu-latest ]
steps:

View file

@ -68,7 +68,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.10
- name: Checkout repo
uses: actions/checkout@v3

View file

@ -37,7 +37,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ 3.9, '3.10', 3.11-dev ]
python-version: [ '3.10', '3.11' ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
steps:
- run: git config --global core.autocrlf false

View file

@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ 3.9, '3.10', 3.11-dev ]
python-version: [ '3.10', '3.11' ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
steps:
- run: git config --global core.autocrlf false

View file

@ -27,7 +27,7 @@ classifiers = [
"Funding" = "https://opencollective.com/jrnl"
[tool.poetry.dependencies]
python = ">=3.9.0, <3.12"
python = ">=3.10.0, <3.12"
ansiwrap = "^0.8.4"
colorama = ">=0.4" # https://github.com/tartley/colorama/blob/master/CHANGELOG.rst