Tests: test Django 4.2-alpha, Python 3.11, PyPy 3.9

This commit is contained in:
medmunds
2023-02-08 11:05:18 -08:00
parent ec864f5165
commit b1f49b8870
3 changed files with 16 additions and 7 deletions

View File

@@ -103,6 +103,7 @@ setup(
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"License :: OSI Approved :: BSD License",
"Topic :: Communications :: Email",
"Topic :: Software Development :: Libraries :: Python Modules",
@@ -113,6 +114,7 @@ setup(
"Framework :: Django :: 3.2",
"Framework :: Django :: 4.0",
"Framework :: Django :: 4.1",
# not yet registered: "Framework :: Django :: 4.2",
"Environment :: Web Environment",
],
long_description=long_description,