Skip to content

Commit de64143

Browse files
committed
chore: align Python classifiers with CI support
1 parent d921068 commit de64143

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ classifiers = [
2424
"Programming Language :: Python :: 3.11",
2525
"Programming Language :: Python :: 3.12",
2626
"Programming Language :: Python :: 3.13",
27-
"Programming Language :: Python :: 3.14",
2827
"Topic :: Scientific/Engineering :: Physics",
2928
]
3029
dependencies = [
@@ -58,8 +57,7 @@ bench = [
5857
"tabulate>=0.9",
5958
"scipy>=1.10",
6059
]
61-
# GPU acceleration is enabled at *build* time via Cargo features
62-
# (`maturin build --features cuda` / `--features opencl`); these extras exist so
60+
# GPU acceleration is enabled at build time via Cargo features. These extras exist so
6361
# `pip install qector-decoder-v3[cuda]` / `[opencl]` resolve cleanly. See INSTALL.md.
6462
cuda = []
6563
opencl = []

0 commit comments

Comments
 (0)