We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a216c62 commit 25ee13dCopy full SHA for 25ee13d
.github/workflows/python-package.yml
@@ -16,7 +16,7 @@ jobs:
16
strategy:
17
fail-fast: false
18
matrix:
19
- python-version: ["3.10", "3.14"]
+ python-version: ["3.10", "3.15"]
20
os: ["windows-latest", "ubuntu-latest"]
21
22
steps:
pyproject.toml
@@ -28,6 +28,7 @@ classifiers = [
28
"Programming Language :: Python :: 3.12",
29
"Programming Language :: Python :: 3.13",
30
"Programming Language :: Python :: 3.14",
31
+ "Programming Language :: Python :: 3.15",
32
"Topic :: Scientific/Engineering :: Human Machine Interfaces",
33
]
34
requires-python = ">= 3.10"
0 commit comments