chore(ci): update python 3.10 version (#3000)

* chore(ci): update python 3.10 version

* Revert "fix: enum repr is different with 3.10+"

This reverts commit b1c8d9ef1396959ff9d88bb2ed16d99dd3146151.
This commit is contained in:
Eric Jolibois
2021-07-19 20:25:05 +02:00
committed by GitHub
parent 945bc1161f
commit 0c26c1c4e2
3 changed files with 4 additions and 15 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ jobs:
fail-fast: false
matrix:
os: [macos, windows]
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10.0-beta.2']
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10.0-beta.4']
env:
PYTHON: ${{ matrix.python-version }}
OS: ${{ matrix.os }}