Skip to content

Commit

Permalink
Add v3.12 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazanzhy authored Jun 5, 2023
1 parent b5db589 commit fb0551b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: ['3.8', '3.9', '3.10', '3.11']
version: ['3.8', '3.9', '3.10', '3.11', '3.12']
steps:
- uses: styfle/cancel-workflow-action@main
with:
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: ['3.8', '3.9', '3.10', '3.11']
version: ['3.8', '3.9', '3.10', '3.11', '3.12']
format: [html, latex]
needs: ['update-translation']
steps:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: ['3.8', '3.9', '3.10', '3.11']
version: ['3.8', '3.9', '3.10', '3.11', '3.12']
needs: ['build-translation']
steps:
- uses: actions/download-artifact@master
Expand Down

0 comments on commit fb0551b

Please sign in to comment.