Skip to content

Commit

Permalink
Run CI on 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
hypergonial committed Oct 8, 2024
1 parent 04417bf commit 47b87e0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on: [push, pull_request]
jobs:
formatting:
runs-on: ubuntu-latest
name: "Run ruff via nox on Python 3.12"
name: "Run ruff via nox on Python 3.13"
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.12
- name: Set up Python 3.13
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.13"

- name: Run ruff via nox
run: |
Expand All @@ -20,13 +20,13 @@ jobs:
pyright:
runs-on: ubuntu-latest
name: "Run pyright via nox on Python 3.12"
name: "Run pyright via nox on Python 3.13"
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.12
- name: Set up Python 3.13
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.13"

- name: Run pyright via nox
run: |
Expand All @@ -35,13 +35,13 @@ jobs:
slotscheck:
runs-on: ubuntu-latest
name: "Run slotscheck via nox on Python 3.12"
name: "Run slotscheck via nox on Python 3.13"
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.12
- name: Set up Python 3.13
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.13"

- name: Run slotscheck via nox
run: |
Expand Down

0 comments on commit 47b87e0

Please sign in to comment.