Skip to content

Commit 8cb9f20

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 24b88e5 commit 8cb9f20

File tree

3 files changed

+9
-14
lines changed

3 files changed

+9
-14
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
- ubuntu-latest
1515

1616
python:
17-
- "3.9"
18-
- "3.10"
19-
- "3.11"
20-
- "3.12"
21-
- "3.13"
17+
- "3.10"
18+
- "3.11"
19+
- "3.12"
20+
- "3.13"
21+
- "3.14"
2222

2323
steps:
2424
- uses: actions/checkout@v4

MANIFEST.in

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

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ classifiers = [
1818
"Topic :: Software Development",
1919
"Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP",
2020
"Programming Language :: Python",
21-
"Programming Language :: Python :: 2.7",
22-
"Programming Language :: Python :: 3.7",
23-
"Programming Language :: Python :: 3.8",
24-
"Programming Language :: Python :: 3.9",
2521
"Programming Language :: Python :: 3.10",
22+
"Programming Language :: Python :: 3.11",
23+
"Programming Language :: Python :: 3.12",
24+
"Programming Language :: Python :: 3.13",
25+
"Programming Language :: Python :: 3.14",
2626
]
2727
dependencies = [
2828
'argparse;python_version<"3.2"',

0 commit comments

Comments
 (0)