Skip to content

Commit 65ecf78

Browse files
authored
Add support for Python 3.11 (#360)
1 parent 1495160 commit 65ecf78

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
needs: [lint]
6767
strategy:
6868
matrix:
69-
pyver: ['3.7', '3.8', '3.9', '3.10']
69+
pyver: ['3.7', '3.8', '3.9', '3.10', '3.11']
7070
os: [ubuntu, macos, windows]
7171
fail-fast: false
7272
runs-on: ${{ matrix.os }}-latest

CHANGES/360.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Added support for Python 3.11.

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ classifiers =
2828
Programming Language :: Python :: 3.8
2929
Programming Language :: Python :: 3.9
3030
Programming Language :: Python :: 3.10
31+
Programming Language :: Python :: 3.11
3132
3233
Development Status :: 5 - Production/Stable
3334
Operating System :: POSIX

0 commit comments

Comments
 (0)