From c2e2640f6e8185396ac8b3d1b51c9f86275ee1df Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Tue, 15 Nov 2022 10:16:25 -0500 Subject: [PATCH] Update README and setup files to show updated version support for Python and Django. --- README.rst | 4 ++-- setup.py | 14 ++++++++------ 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index 19f880a..40cd31a 100644 --- a/README.rst +++ b/README.rst @@ -28,8 +28,8 @@ Nomenclature of this specification is based on the Activity Streams Spec: `=2.2', + 'django>=3.2', 'django-model-utils>=3.1.0', 'jsonfield>=2.1.0', 'pytz', 'swapper' ], test_requires=[ - 'django>=2.2', + 'django>=3.2', 'django-model-utils>=3.1.0', 'jsonfield>=2.1.0', 'pytz' @@ -53,16 +53,18 @@ setup( 'License :: OSI Approved :: BSD License', 'Operating System :: OS Independent', 'Framework :: Django', - 'Framework :: Django :: 2.2', - 'Framework :: Django :: 3.0', + 'Framework :: Django :: 3.2', + 'Framework :: Django :: 4.0', + 'Framework :: Django :: 4.1', # Specify the Python versions you support here. In particular, ensure # that you indicate whether you support Python 2, Python 3 or both. 'Programming Language :: Python', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.5', - 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', 'Topic :: Utilities' ], keywords='django notifications github action event stream',