Skip to content

Commit 0d41450

Browse files
authored
Merge pull request #17 from vmalloc/add-py3.14
Add support for python 3.14
2 parents 6f3b568 + f20cd09 commit 0d41450

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
14+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
1515
env:
1616
UV_PYTHON: ${{ matrix.python-version }}
1717

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ classifiers = [
1616
"Programming Language :: Python :: 3.11",
1717
"Programming Language :: Python :: 3.12",
1818
"Programming Language :: Python :: 3.13",
19+
"Programming Language :: Python :: 3.14",
1920
]
2021
dependencies = ['Logbook>=0.11.0']
2122

@@ -27,7 +28,7 @@ authors = [{ name = "Rotem Yaari", email = "vmalloc@gmail.com" }]
2728
"GitHub" = "https://github.com/vmalloc/emport"
2829

2930
[project.optional-dependencies]
30-
testing = ["pytest", "dessert>=1.5.0"]
31+
testing = ["pytest", "dessert>=1.6.1"]
3132

3233
[tool.hatch.version]
3334
source = "vcs"

0 commit comments

Comments
 (0)