Skip to content

Commit 04bb0b1

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 fafa648 commit 04bb0b1

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

.github/workflows/test_py.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +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"
23+
- "3.14"
2524

2625
steps:
2726
- uses: actions/checkout@v2

MANIFEST.in

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

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ classifiers = [
1313
"Environment :: Web Environment",
1414
"Operating System :: OS Independent",
1515
"Programming Language :: Python",
16+
"Programming Language :: Python :: 3.10",
17+
"Programming Language :: Python :: 3.11",
18+
"Programming Language :: Python :: 3.12",
19+
"Programming Language :: Python :: 3.13",
20+
"Programming Language :: Python :: 3.14",
1621
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
1722
"License :: OSI Approved :: BSD License",
18-
"Programming Language :: Python :: 2.7",
19-
"Programming Language :: Python :: 3.5",
20-
"Programming Language :: Python :: 3.6",
21-
"Programming Language :: Python :: 3.7",
2223
]
2324
dependencies = [
2425
"yafowil>2.1.99",
@@ -34,7 +35,6 @@ test = [
3435
register = "yafowil.widget.wysihtml5:register"
3536
example = "yafowil.widget.wysihtml5.example:get_example"
3637

37-
3838
[tool.hatch.build.targets.wheel]
3939
packages = ["src/yafowil"]
4040
[tool.zest-releaser]

0 commit comments

Comments
 (0)