We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c20321 commit bd0c977Copy full SHA for bd0c977
.github/workflows/analysis.yml
@@ -11,6 +11,7 @@ jobs:
11
- "3.8"
12
- "3.9"
13
- "3.10"
14
+ - "3.11"
15
steps:
16
- uses: actions/checkout@v1
17
- name: Set up Python ${{ matrix.python-version }}
setup.py
@@ -47,6 +47,7 @@ def __load_requirements() -> Sequence[str]:
47
'Programming Language :: Python :: 3.8',
48
'Programming Language :: Python :: 3.9',
49
'Programming Language :: Python :: 3.10',
50
+ 'Programming Language :: Python :: 3.11',
51
'Topic :: Software Development :: Libraries :: Python Modules',
52
'Topic :: Software Development :: Quality Assurance',
53
],
0 commit comments