We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e6660e + 47e2b9e commit 9c494dbCopy full SHA for 9c494db
2 files changed
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
run_test_suite:
12
strategy:
13
matrix:
14
- python-version: [3.7, '3.10'] # no current need for in-between versions
+ python-version: [3.7, 3.11] # no current need for in-between versions
15
name: Run the Test Suite
16
runs-on: ubuntu-20.04
17
steps:
setup.py
@@ -24,6 +24,7 @@
24
"Programming Language :: Python :: 3.8",
25
"Programming Language :: Python :: 3.9",
26
"Programming Language :: Python :: 3.10",
27
+ "Programming Language :: Python :: 3.11",
28
"Programming Language :: Python :: 3 :: Only",
29
],
30
python_requires='>=3.7',
0 commit comments