Skip to content

Commit

Permalink
CI: Python 3.12 is released, 3.13-dev is the next development snapshot.
Browse files Browse the repository at this point in the history
aiohttp still doesn't work on 3.12, but that's mostly out of our hands.
  • Loading branch information
whitequark committed Oct 11, 2023
1 parent f3e3be3 commit 851c4af
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,15 @@ jobs:
allow-failure:
- false
include:
- os-version: ubuntu-latest
python-version: '3.12-dev'
allow-failure: true
- os-version: ubuntu-20.04
python-version: '3.9.5' # shipped with 20.04 LTS
allow-failure: false
- os-version: ubuntu-latest
python-version: '3.12'
allow-failure: true
- os-version: ubuntu-latest
python-version: '3.13-dev'
allow-failure: true
continue-on-error: '${{ matrix.allow-failure }}'
runs-on: ${{ matrix.os-version }}
name: 'test-software (${{ matrix.python-version }})'
Expand Down

0 comments on commit 851c4af

Please sign in to comment.