fix ci python 3.10 testing

This commit is contained in:
L1ghtn1ng
2022-12-09 23:49:48 +00:00
parent 7e6e7eaba4
commit 57d082b09b
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
max-parallel: 8
matrix:
os: [ ubuntu-latest, macos-latest ]
python-version: [ 3.10, 3.11 ]
python-version: [ 3.10.9, 3.11 ]
steps:
- uses: actions/checkout@v3