Skip to content

Commit

Permalink
Set Python 3.12 as latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Stormheg committed Sep 13, 2024
1 parent e14ab09 commit c615881
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'
cache: "pip"
cache-dependency-path: "**/pyproject.toml"

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
TOX_TESTENV_PASSENV: FORCE_COLOR
PIP_DISABLE_PIP_VERSION_CHECK: "1"
PIP_NO_PYTHON_VERSION_WARNING: "1"
PYTHON_LATEST: "3.11"
PYTHON_LATEST: "3.12"

jobs:
lint:
Expand All @@ -23,7 +23,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: ${{env.PYTHON_LATEST}}
python-version: ${{ env.PYTHON_LATEST }}
- uses: pre-commit/[email protected]
test:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{env.PYTHON_LATEST}}
python-version: ${{ env.PYTHON_LATEST }}
cache: pip

- name: Download coverage data
Expand Down

0 comments on commit c615881

Please sign in to comment.