Skip to content

Commit

Permalink
use 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
zsol committed Oct 6, 2023
1 parent 693c6dc commit 75b90cc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
cache: pip
cache-dependency-path: "pyproject.toml"
python-version: "3.10"
python-version: "3.12"
- name: Rust Cache
if: ${{ !contains(matrix.os, 'self-hosted') }}
uses: Swatinem/[email protected]
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12-dev"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
with:
cache: pip
cache-dependency-path: "pyproject.toml"
python-version: "3.10"
python-version: "3.12"
- name: Install hatch
run: pip install -U hatch
- run: hatch run lint
Expand All @@ -72,7 +72,7 @@ jobs:
with:
cache: pip
cache-dependency-path: "pyproject.toml"
python-version: "3.10"
python-version: "3.12"
- name: Install hatch
run: pip install -U hatch
- run: hatch run typecheck
Expand All @@ -88,7 +88,7 @@ jobs:
with:
cache: pip
cache-dependency-path: "pyproject.toml"
python-version: "3.10"
python-version: "3.12"
- name: Install hatch
run: pip install -U hatch
- name: Generate Coverage
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
with:
cache: pip
cache-dependency-path: "pyproject.toml"
python-version: "3.10"
python-version: "3.12"
- name: Install hatch
run: pip install -U hatch
- uses: ts-graphviz/setup-graphviz@v1
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
with:
cache: pip
cache-dependency-path: "pyproject.toml"
python-version: "3.10"
python-version: "3.12"
- name: test
uses: actions-rs/cargo@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
cache: pip
cache-dependency-path: "pyproject.toml"
python-version: "3.10"
python-version: "3.12"
- name: Install hatch
run: pip install -U hatch
- name: Build a source tarball
Expand Down

0 comments on commit 75b90cc

Please sign in to comment.