Skip to content

Commit bd0c977

Browse files
committed
Add support of python 3.11
1 parent 7c20321 commit bd0c977

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
- "3.8"
1212
- "3.9"
1313
- "3.10"
14+
- "3.11"
1415
steps:
1516
- uses: actions/checkout@v1
1617
- name: Set up Python ${{ matrix.python-version }}

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ def __load_requirements() -> Sequence[str]:
4747
'Programming Language :: Python :: 3.8',
4848
'Programming Language :: Python :: 3.9',
4949
'Programming Language :: Python :: 3.10',
50+
'Programming Language :: Python :: 3.11',
5051
'Topic :: Software Development :: Libraries :: Python Modules',
5152
'Topic :: Software Development :: Quality Assurance',
5253
],

0 commit comments

Comments
 (0)