Skip to content

Commit

Permalink
feat(core): support python 3.11 (#755)
Browse files Browse the repository at this point in the history
Co-authored-by: youngfreeFJS <[email protected]>
  • Loading branch information
youngfreeFJS and youngfreeFJS authored May 26, 2023
1 parent 0fc1944 commit 256069e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
unittest:
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
runs-on: macos-latest
name: Python ${{ matrix.python-version }} tests
steps:
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Flask==2.2.2
Flask-RESTful==0.3.9
Flask-SocketIO==5.3.0
packaging==19.0
Pillow==9.1.1
Pillow==9.4.0
portpicker==1.3.1
qrcode==7.3.1
requests==2.25.1
SQLAlchemy==1.3.22
aiohttp==3.8.1
aiohttp==3.8.3
netifaces==0.11.0
jsonschema==4.17.0
4 changes: 2 additions & 2 deletions requirements.txt.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp==3.8.1
aiohttp==3.8.3
aiosignal==1.2.0
aniso8601==9.0.1
async-timeout==4.0.2
Expand All @@ -24,7 +24,7 @@ MarkupSafe==2.1.1
multidict==6.0.2
netifaces==0.11.0
packaging==19.0
Pillow==9.1.1
Pillow==9.4.0
portpicker==1.3.1
pycodestyle==2.9.1
pyparsing==3.0.9
Expand Down

0 comments on commit 256069e

Please sign in to comment.