Skip to content

Commit

Permalink
⬆️ Run CI on Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
trymzet committed Aug 19, 2024
1 parent 5b81385 commit 090d6bc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.12"

- name: Install pre-commit
run: |
Expand All @@ -40,7 +40,9 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Rye
uses: eifinger/setup-rye@v2
uses: eifinger/setup-rye@v4
env:
RYE_TOOLCHAIN_VERSION: "3.12.0"

- name: Install dependencies
run: |
Expand Down

0 comments on commit 090d6bc

Please sign in to comment.