Skip to content

Commit ee2ebde

Browse files
authored
⬆️ Add Python 3.11 support (#25)
1 parent d510513 commit ee2ebde

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: [3.7, 3.8, 3.9, '3.10']
11+
python-version: [3.7, 3.8, 3.9, '3.10', '3.11']
1212
steps:
1313
- uses: actions/checkout@v2
1414
- name: Set up Python ${{ matrix.python-version }}

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
'Programming Language :: Python :: 3.8',
4444
'Programming Language :: Python :: 3.9',
4545
'Programming Language :: Python :: 3.10',
46+
'Programming Language :: Python :: 3.11',
4647
'Programming Language :: Python :: Implementation :: CPython',
4748
'Topic :: Software Development :: Documentation',
4849
'Topic :: Software Development :: Libraries :: Python Modules',

0 commit comments

Comments
 (0)