From ed6c0b10453a2a9d7a2d689820da7a6fe6be9364 Mon Sep 17 00:00:00 2001 From: Annikka Date: Tue, 13 Jan 2026 00:00:54 -0500 Subject: [PATCH] Support for Python 3.14 maybe! --- evennia/VERSION_REQS.txt | 2 +- pyproject.toml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/evennia/VERSION_REQS.txt b/evennia/VERSION_REQS.txt index c8173e285..39c4c19ae 100644 --- a/evennia/VERSION_REQS.txt +++ b/evennia/VERSION_REQS.txt @@ -4,7 +4,7 @@ # `value = number` and only specific names supported by the handler. PYTHON_MIN = 3.11 -PYTHON_MAX_TESTED = 3.13.100 +PYTHON_MAX_TESTED = 3.14.100 TWISTED_MIN = 24.11 DJANGO_MIN = 5.2.8 DJANGO_MAX_TESTED = 5.2.100 diff --git a/pyproject.toml b/pyproject.toml index 3b8e5d274..fe4eee8c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,6 +41,7 @@ classifiers = [ "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 +71,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",