Skip to content

Commit 64b5578

Browse files
authored
add support for python 3.14
1 parent 7d09cbb commit 64b5578

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
build:
3333
strategy:
3434
matrix:
35-
version: ["3.10", "3.13"]
35+
version: ["3.10", "3.14"]
3636
runs-on: ubuntu-latest
3737
steps:
3838
- uses: actions/checkout@v4

.github/workflows/pythonpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
test:
1313
strategy:
1414
matrix:
15-
version: [ "3.10", "3.11", "3.12", "3.13" ]
15+
version: [ "3.10", "3.11", "3.12", "3.13", "3.14" ]
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v4

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Change Log
22

33
## 0.7.12 (dev)
4+
* _Dython now officially supports Python 3.14_
45
* Added new tests (issue [#172](https://github.com/shakedzy/dython/issues/172))
56
* `examples` module removed (all examples exist in the [official documentation](https://shakedzy.xyz/dython/getting_started/examples/))
67

0 commit comments

Comments
 (0)