Skip to content

Commit 06157d8

Browse files
rnixxclaude
andcommitted
Remove MANIFEST.in and update to Python 3.10-3.14
- Remove obsolete MANIFEST.in file (now using hatchling) - Update Python classifiers to 3.10-3.14 - Update GitHub Actions workflows to test Python 3.10-3.14 - Remove PyPy from workflows 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 46d269a commit 06157d8

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@ jobs:
1616
- macos-latest
1717

1818
python:
19-
- "3.8"
20-
- "3.9"
2119
- "3.10"
2220
- "3.11"
2321
- "3.12"
2422
- "3.13"
25-
- "pypy3.9"
23+
- "3.14"
2624

2725
steps:
2826
- uses: actions/checkout@v4

MANIFEST.in

Lines changed: 0 additions & 4 deletions
This file was deleted.

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ classifiers = [
1717
"Operating System :: OS Independent",
1818
"Topic :: Software Development",
1919
"Programming Language :: Python",
20-
"Programming Language :: Python :: 2.7",
21-
"Programming Language :: Python :: 3.7",
22-
"Programming Language :: Python :: 3.8",
23-
"Programming Language :: Python :: 3.9",
20+
"Programming Language :: Python :: 3.10",
21+
"Programming Language :: Python :: 3.11",
22+
"Programming Language :: Python :: 3.12",
23+
"Programming Language :: Python :: 3.13",
24+
"Programming Language :: Python :: 3.14",
2425
"Programming Language :: Python :: 3.10",
2526
]
2627
dependencies = [
@@ -40,7 +41,6 @@ test = [
4041
[project.urls]
4142
Homepage = "http://github.com/conestack/node"
4243

43-
4444
[tool.hatch.build.targets.wheel]
4545
packages = ["src/node"]
4646
[tool.zest-releaser]

0 commit comments

Comments
 (0)