Skip to content

Commit

Permalink
Update python version
Browse files Browse the repository at this point in the history
  • Loading branch information
includeno authored Nov 8, 2023
1 parent 27254f5 commit e3ff1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_python_firefox_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
# https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs
strategy:
matrix:
python_version: ["3.6", "3.6.15", "3.7", "3.7.16", "3.8", "3.8.16", "3.9", "3.9.16", "3.10" , "3.10.9","3.11","3.11.2"]
python_version: ["3.6", "3.6.15", "3.7", "3.7.17", "3.8", "3.8.18", "3.9", "3.9.18", "3.10" , "3.10.13","3.11","3.11.6","3.12"]
steps:
- env:
FIREFOX_ESR_VERSION: ${{needs.release_python.outputs.FIREFOX_ESR_VERSION}}
Expand Down

0 comments on commit e3ff1e9

Please sign in to comment.