Skip to content

Commit

Permalink
User Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
masaccio committed Oct 27, 2024
1 parent 025b042 commit b728a1d
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@master
with:
python-version: '3.11'
python-version: '3.12'
- name: Generate coverage report
run: |
pip install poetry
2 changes: 1 addition & 1 deletion .github/workflows/run-all-tests.yml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.11"]
python-version: ["3.12"]

steps:
- uses: actions/checkout@v3

0 comments on commit b728a1d

Please sign in to comment.