bump python version requirement

This commit is contained in:
Jeff Epler 2023-11-09 12:03:37 -06:00
parent 28753d86b8
commit c9ceafa37a
No known key found for this signature in database
GPG key ID: D5BF15AB975AB4DE
3 changed files with 5 additions and 3 deletions

View file

@ -23,7 +23,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.11
- name: Install deps
run: |

View file

@ -41,7 +41,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.11
- name: install deps
run: pip install -r requirements-dev.txt

View file

@ -25,7 +25,9 @@ dependencies = [
]
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: PyPy",
"Programming Language :: Python :: Implementation :: CPython",
"License :: OSI Approved :: MIT License",