Skip to content

Commit 65d3ab0

Browse files
committed
Support python 3.11
1 parent 06ed3c8 commit 65d3ab0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
max-parallel: 2
1818
matrix:
19-
python-version: [ "3.7", "3.8", "3.9", "3.10" ]
19+
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]
2020

2121
steps:
2222
- uses: actions/checkout@v3

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,6 @@
5757
"Programming Language :: Python :: 3.8",
5858
"Programming Language :: Python :: 3.9",
5959
"Programming Language :: Python :: 3.10"
60+
"Programming Language :: Python :: 3.11"
6061
]
6162
)

0 commit comments

Comments
 (0)