Skip to content

Commit 7a1df2d

Browse files
author
hvalev
committed
added python 3.13 to tests
1 parent 36d889e commit 7a1df2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-22.04
1414
strategy:
1515
matrix:
16-
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
16+
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "3.13"]
1717
steps:
1818
- name: Checkout code
1919
uses: actions/checkout@v4

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-22.04
1818
strategy:
1919
matrix:
20-
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
20+
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "3.13"]
2121
steps:
2222
- name: Checkout code
2323
uses: actions/checkout@v4

0 commit comments

Comments
 (0)