Skip to content

Commit 9c494db

Browse files
authored
Merge pull request #43 from hsluv/python-3-11
Start supporting Python 3.11
2 parents 0e6660e + 47e2b9e commit 9c494db

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
run_test_suite:
1212
strategy:
1313
matrix:
14-
python-version: [3.7, '3.10'] # no current need for in-between versions
14+
python-version: [3.7, 3.11] # no current need for in-between versions
1515
name: Run the Test Suite
1616
runs-on: ubuntu-20.04
1717
steps:

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"Programming Language :: Python :: 3.8",
2525
"Programming Language :: Python :: 3.9",
2626
"Programming Language :: Python :: 3.10",
27+
"Programming Language :: Python :: 3.11",
2728
"Programming Language :: Python :: 3 :: Only",
2829
],
2930
python_requires='>=3.7',

0 commit comments

Comments
 (0)