Skip to content

Commit 70cf143

Browse files
committed
Merge branch '3.11' into develop
PR #285 * 3.11: Add testing for Python 3.11
2 parents da70f4e + 5a9eb36 commit 70cf143

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [ubuntu-latest]
12-
python-version: [3.7, 3.8, 3.9, "3.10"]
12+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"]
1313

1414
steps:
1515
- uses: actions/checkout@v2

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
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
'Programming Language :: Python :: Implementation :: CPython',
3233
'Programming Language :: Python :: Implementation :: PyPy',
3334
],

0 commit comments

Comments
 (0)