Skip to content

Commit 8577d2b

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 <[email protected]>
1 parent bfdb6cc commit 8577d2b

File tree

3 files changed

+7
-12
lines changed

3 files changed

+7
-12
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@ jobs:
1616
- macos-latest
1717

1818
python:
19-
- "3.7"
20-
- "3.8"
21-
- "3.9"
2219
- "3.10"
2320
- "3.11"
2421
- "3.12"
22+
- "3.13"
23+
- "3.14"
2524

2625
steps:
2726
- 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
@@ -16,10 +16,11 @@ classifiers = [
1616
"Intended Audience :: Developers",
1717
"Topic :: Software Development",
1818
"Programming Language :: Python",
19-
"Programming Language :: Python :: 2.7",
20-
"Programming Language :: Python :: 3.7",
21-
"Programming Language :: Python :: 3.8",
22-
"Programming Language :: Python :: 3.9",
19+
"Programming Language :: Python :: 3.10",
20+
"Programming Language :: Python :: 3.11",
21+
"Programming Language :: Python :: 3.12",
22+
"Programming Language :: Python :: 3.13",
23+
"Programming Language :: Python :: 3.14",
2324
"Programming Language :: Python :: 3.10",
2425
]
2526
dependencies = [
@@ -35,7 +36,6 @@ test = [
3536
[project.urls]
3637
Homepage = "http://github.com/conestack/node.ext.zodb"
3738

38-
3939
[tool.hatch.build.targets.wheel]
4040
packages = ["src/node"]
4141
[tool.zest-releaser]

0 commit comments

Comments
 (0)