Skip to content

Commit 71a043e

Browse files
dolfim-ibmrmdg88
andauthored
feat: python 3.13 support (#39)
* update windows build Signed-off-by: rmdg88 <[email protected]> * feat: python 3.13 support Signed-off-by: Michele Dolfi <[email protected]> --------- Signed-off-by: rmdg88 <[email protected]> Signed-off-by: Michele Dolfi <[email protected]> Co-authored-by: rmdg88 <[email protected]>
1 parent 5c85429 commit 71a043e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python-version: ['3.9', '3.10', '3.11', '3.12']
12+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
1313
steps:
1414
- uses: actions/checkout@v4
1515
- uses: ./.github/actions/setup-poetry

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
# list of github vm: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
1515
fail-fast: false
1616
matrix:
17-
python-version: ["3.10", "3.11", "3.12"]
17+
python-version: ["3.10", "3.11", "3.12", "3.13"]
1818

1919
os:
2020
- name: "ubuntu-latest"

0 commit comments

Comments
 (0)