Skip to content

Commit 9516b6e

Browse files
committed
review actions
1 parent aeda1d3 commit 9516b6e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: ["macos-latest", "ubuntu-latest", "windows-latest"]
20-
python-version: [ "3.8", "3.9", "3.10" ,"3.11", "3.12" ]
20+
python-version: [ "3.9", "3.10" ,"3.11", "3.12", "3.13" ]
2121
defaults:
2222
run:
2323
shell: bash -l {0}

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ build-backend = "setuptools.build_meta"
33
requires = [
44
"setuptools>=42",
55
"setuptools_scm",
6-
"wheel",
76
]
87

98
[project]
@@ -17,11 +16,11 @@ maintainers = [
1716
requires-python = ">=3.8"
1817
classifiers = [
1918
"Programming Language :: Python :: 3 :: Only",
20-
"Programming Language :: Python :: 3.8",
2119
"Programming Language :: Python :: 3.9",
2220
"Programming Language :: Python :: 3.10",
2321
"Programming Language :: Python :: 3.11",
2422
"Programming Language :: Python :: 3.12",
23+
"Programming Language :: Python :: 3.13",
2524
]
2625
dynamic = [
2726
"dependencies",

0 commit comments

Comments
 (0)