Skip to content

Commit 8aacb54

Browse files
committed
add python 3.12 and 3.13 to tests
1 parent 9f966c7 commit 8aacb54

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fail-fast: false
3232
matrix:
3333
os: [ubuntu-latest, windows-latest, macos-latest]
34-
py-version: ['3.9', '3.10', '3.11']
34+
py-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
3535

3636
steps:
3737
- uses: actions/checkout@v4

.github/workflows/test_methods.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@v5
1919
with:
20-
python-version: "3.10"
20+
python-version: "3.12"
2121

2222
- name: Update pip & install testing pkgs
2323
run: |

0 commit comments

Comments
 (0)