mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
use released version of 3.11 (#4661)
This commit is contained in:
@@ -92,7 +92,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu, macos, windows]
|
||||
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11.0-rc.1']
|
||||
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
|
||||
|
||||
env:
|
||||
PYTHON: ${{ matrix.python-version }}
|
||||
@@ -101,9 +101,6 @@ jobs:
|
||||
|
||||
runs-on: ${{ matrix.os }}-latest
|
||||
|
||||
continue-on-error: >-
|
||||
${{ startsWith(matrix.python-version, '3.11') && true || false }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user