Skip to content

Commit 828d5da

Browse files
committed
Add Python 3.11 to supported versions
1 parent afd603a commit 828d5da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint-and-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
python-version: ["3.7", "3.8", "3.9", "3.10"]
23+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
2424

2525
# Steps represent a sequence of tasks that will be executed as part of the job
2626
steps:
@@ -38,7 +38,6 @@ jobs:
3838
python -m pip install --upgrade pip
3939
python -m pip install -r requirements.txt
4040
python -m pip install -r requirements/development.txt
41-
python -m pip install -r requirements/documentation.txt
4241
4342
- name: Lint with flake8
4443
run: |

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
"Programming Language :: Python :: 3.8",
8585
"Programming Language :: Python :: 3.9",
8686
"Programming Language :: Python :: 3.10",
87+
"Programming Language :: Python :: 3.11",
8788
"Programming Language :: Python :: Implementation :: CPython",
8889
"Development Status :: 5 - Production/Stable",
8990
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)