We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28f9cd5 commit 25b7240Copy full SHA for 25b7240
.github/workflows/python-package.yml
@@ -33,7 +33,7 @@ jobs:
33
fail-fast: false
34
matrix:
35
os: [ubuntu-latest, windows-latest, macos-latest]
36
- python-version: ["3.10", "3.11", "3.12", "3.13"]
+ python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
37
38
steps:
39
- uses: actions/checkout@v4
pyproject.toml
@@ -40,6 +40,7 @@ classifiers = [
40
"Programming Language :: Python :: 3.11",
41
"Programming Language :: Python :: 3.12",
42
"Programming Language :: Python :: 3.13",
43
+ "Programming Language :: Python :: 3.14",
44
"License :: OSI Approved :: BSD License",
45
"Intended Audience :: Science/Research",
46
"Topic :: Scientific/Engineering",
@@ -105,10 +106,10 @@ dependencies = [
105
106
name.echo.features = ["echo"]
107
108
[[tool.hatch.envs.hatch-test.matrix]]
-python = ["3.10", "3.11", "3.12", "3.13"]
109
+python = ["3.10", "3.11", "3.12", "3.13", "3.14"]
110
111
112
113
feature = ["echo"]
114
115
[tool.ruff]
0 commit comments