mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
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:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user