Skip to content

Commit 893b53b

Browse files
authored
Merge pull request #47 from ProtixIT/python-3.14
Support Python 3.13 and 3.14
2 parents b27cec4 + 4f94d6c commit 893b53b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [ubuntu-latest]
13-
python-version: ["3.10", "3.11", "3.12"]
13+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1414
runs-on: ${{ matrix.os }}
1515

1616
steps:

0 commit comments

Comments
 (0)