Skip to content

Commit a66d5a6

Browse files
authored
Test/build against Python 3.13 (#402)
Signed-off-by: Chad Wilson <[email protected]>
1 parent 6584a7b commit a66d5a6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release_on_pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515

16-
- name: Set up Python 3.12
16+
- name: Set up Python
1717
uses: actions/setup-python@v5
1818
with:
19-
python-version: '3.12'
19+
python-version: '3.13'
2020
cache: 'pip' # caching pip dependencies
2121

2222
- name: Setup git

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ubuntu-latest, windows-latest, macos-latest]
18-
python-version: [3.9, 3.12]
18+
python-version: [3.9, 3.13]
1919

2020
steps:
2121
- uses: actions/checkout@v4
@@ -42,7 +42,7 @@ jobs:
4242
strategy:
4343
matrix:
4444
os: [windows-latest, ubuntu-latest]
45-
python-version: [3.9, 3.12]
45+
python-version: [3.9, 3.13]
4646
steps:
4747
- uses: actions/checkout@v4
4848

@@ -98,7 +98,7 @@ jobs:
9898
strategy:
9999
matrix:
100100
os: [windows-latest, ubuntu-latest]
101-
python-version: [3.9, 3.12]
101+
python-version: [3.9, 3.13]
102102
steps:
103103
- uses: actions/checkout@v4
104104

0 commit comments

Comments
 (0)