Skip to content

Commit 2748f5a

Browse files
committed
Support Python-3.11
1 parent c3732e1 commit 2748f5a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ['3.7', '3.8', '3.9', '3.10']
14+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
1515

1616
steps:
1717
- uses: actions/checkout@v2

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ classifiers =
1717
Programming Language :: Python :: 3.8
1818
Programming Language :: Python :: 3.9
1919
Programming Language :: Python :: 3.10
20+
Programming Language :: Python :: 3.11
2021
License :: OSI Approved :: MIT License
2122
Operating System :: OS Independent
2223
Topic :: Software Development

0 commit comments

Comments
 (0)