Skip to content

Commit

Permalink
bump to py 3.13 in test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mib1185 authored Nov 22, 2024
1 parent fdc0373 commit 6b10aa7
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- name: Check out the repository
uses: actions/checkout@v4.2.2

- name: Set up Python 3.9
- name: Set up Python 3.13
uses: actions/setup-python@v5.3.0
with:
python-version: "3.9"
python-version: "3.13"

- name: Install dependencies
run: |
Expand Down Expand Up @@ -59,6 +59,7 @@ jobs:
- python-version: "3.10"
- python-version: "3.11"
- python-version: "3.12"
- python-version: "3.13"

steps:
- name: Check out the repository
Expand Down Expand Up @@ -92,10 +93,10 @@ jobs:
- name: Check out the repository
uses: actions/checkout@v4.2.2

- name: Set up Python 3.12
- name: Set up Python 3.13
uses: actions/setup-python@v5.3.0
with:
python-version: "3.12"
python-version: "3.13"

- name: Install dependencies
run: |
Expand Down Expand Up @@ -130,7 +131,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5.3.0
with:
python-version: "3.12"
python-version: "3.13"

- name: Install build dependencies
run: |
Expand Down

0 comments on commit 6b10aa7

Please sign in to comment.