Skip to content

Commit 5868111

Browse files
jeonghanjooclaude
andcommitted
align: Match upstream Python version support (3.9-3.13)
- Remove Python 3.7, 3.8 from classifiers and tox.ini - Align with upstream MongoEngine's current support matrix - Upstream only tests Python 3.9+ in their CI/tox configuration - Keep python_requires='>=3.7' for backward compatibility 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 949a84d commit 5868111

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ def get_version(version_tuple):
3333
"Operating System :: OS Independent",
3434
"Programming Language :: Python",
3535
"Programming Language :: Python :: 3",
36-
"Programming Language :: Python :: 3.7",
37-
"Programming Language :: Python :: 3.8",
3836
"Programming Language :: Python :: 3.9",
3937
"Programming Language :: Python :: 3.10",
4038
"Programming Language :: Python :: 3.11",

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
envlist =
33
pypy3-{mg3123,mg3130,mg402,mg433,mg441,mg462,mg473,mg480,mg492,mg4101,mg4112,mg4130}
4-
py{37,38,39,310,311,312,313}-{mg3123,mg3130,mg402,mg433,mg441,mg462,mg473,mg480,mg492,mg4101,mg4112,mg4130}
4+
py{39,310,311,312,313}-{mg3123,mg3130,mg402,mg433,mg441,mg462,mg473,mg480,mg492,mg4101,mg4112,mg4130}
55
skipsdist = True
66

77
[testenv]

0 commit comments

Comments
 (0)