Add Python3.14 support, Increase minimum to Python3.12

This commit is contained in:
Griatch
2026-02-14 16:31:05 +01:00
parent c3b01d0aec
commit aa82f2f692
4 changed files with 27 additions and 27 deletions

View File

@ -7,7 +7,7 @@ name = "evennia"
version = "5.0.1"
maintainers = [{ name = "Griatch", email = "griatch@gmail.com" }]
description = "A full-featured toolkit and server for text-based multiplayer games (MUDs, MU*, etc)."
requires-python = ">=3.11"
requires-python = ">=3.12"
readme = { file = "README.md", content-type = "text/markdown" }
license = { text = "BSD" }
keywords = [
@ -38,9 +38,9 @@ keywords = [
]
classifiers = [
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Programming Language :: JavaScript",
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: BSD License",
@ -70,12 +70,12 @@ dependencies = [
"pytz >= 2022.6",
"djangorestframework >= 3.16, < 3.17",
"pyyaml >= 6.0",
"django-filter == 2.4",
"django-filter == 25.2",
"django-sekizai == 2.0.0",
"inflect >= 5.2.0",
"autobahn >= 20.7.1, < 21.0.0",
"lunr == 0.7.0.post1",
"simpleeval <= 1.0",
"simpleeval == 1.0.3",
"uritemplate == 4.1.1",
"tzdata >= 2022.6",
"inflection == 0.5.1",
@ -113,7 +113,7 @@ extra = [
"django-extensions >= 3.1.0",
# xyzroom contrib
"scipy == 1.15.1",
"scipy == 1.17.0",
# Git contrib
"gitpython >= 3.1.27",