We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca6ba7e commit 2dcbdf7Copy full SHA for 2dcbdf7
2 files changed
changelog_entry.yaml
@@ -2,3 +2,5 @@
2
changes:
3
added:
4
- Support for Python 3.14
5
+ removed:
6
+ - Support for Python 3.10 (following SPEC 0 policy)
pyproject.toml
@@ -16,7 +16,6 @@ classifiers = [
16
"License :: OSI Approved :: GNU Affero General Public License v3",
17
"Operating System :: POSIX",
18
"Programming Language :: Python",
19
- "Programming Language :: Python :: 3.10",
20
"Programming Language :: Python :: 3.11",
21
"Programming Language :: Python :: 3.12",
22
"Programming Language :: Python :: 3.13",
0 commit comments