Skip to content

Commit 9642a44

Browse files
committed
Add python 3.14 to testing, add development dependencies
1 parent 046041d commit 9642a44

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/run-tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
11+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
1212

1313
steps:
1414
- uses: szenius/[email protected]

pyproject.toml

+7
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ packages = ["pymvr"]
2727
[tool.setuptools.dynamic]
2828
version = {attr = "pymvr.__version__"}
2929

30+
[dependency-groups]
31+
dev = [
32+
"pytest>=8.3.4",
33+
"pytest-mypy>=0.10.3",
34+
"ruff>=0.9.3",
35+
]
36+
3037
[project.urls]
3138
Repository = "https://github.com/open-stage/python-mvr.git"
3239
Changelog = "https://github.com/open-stage/python-mvr/blob/master/CHANGELOG.md"

0 commit comments

Comments
 (0)