Skip to content

Commit

Permalink
Use released python 3.11 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJamieson committed Oct 26, 2022
1 parent 941e9e4 commit 714d9d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
# Any env name which does not start with `pyXY` will use this Python version.
default_python: '3.10'
envs: |
- linux: coverage
name: Python 3.11 coverage
python-version: 3.11
- linux: coverage
name: Python 3.10 coverage
python-version: 3.10
Expand Down Expand Up @@ -59,7 +62,6 @@ jobs:
- linux: py39-devdeps
- linux: py310-devdeps
- linux: py311-devdeps
python-version: 3.11.0-rc.2
compatibility:
needs: [core, asdf-schemas]
Expand Down

0 comments on commit 714d9d0

Please sign in to comment.