Skip to content

Commit

Permalink
python 3.12 is now released
Browse files Browse the repository at this point in the history
  • Loading branch information
dairiki committed Oct 31, 2023
1 parent a0b8ad9 commit ca56784
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,24 +89,26 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
python: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12-dev"]
python: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
exclude:
- os: "macos-latest"
python: "3.8"
- os: "macos-latest"
python: "3.9"
- os: "macos-latest"
python: "3.10"
- os: "macos-latest"
python: "3.11"
- os: "windows-latest"
python: "3.8"
- os: "windows-latest"
python: "3.9"
- os: "windows-latest"
python: "3.10"
- os: "windows-latest"
python: "3.11"
include:
- python: "3.11"
install-ffmpeg: true
- python: "3.12-dev"
- python: "3.12"
install-ffmpeg: true
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit ca56784

Please sign in to comment.