diff setup.py @ 7442:623502678b97

2.3.0b1 release changes roundup/__init__.py: Update version setup.py: Mark as beta release; add python 3.11/3.12 as supported language versions. website/www/conf.py: update version/release to 2.3b1/2.3.0b1 website/www/index.txt: update highlights/version website/www/signatures/: Add 2.3.0b1 pgp signature. Will be removed when 2.3.0 is released but this allows me to test. docs: Fix links Update acknowlegements with 2.3.x churn/contrib etc. locale: update software version, creation date; rebuild template and propagate changes. MANIFEST.in: add locale/Makefile
author John Rouillard <rouilj@ieee.org>
date Wed, 31 May 2023 19:25:13 -0400
parents 577ffdb76754
children ed2bc951277b
line wrap: on
line diff
--- a/setup.py	Wed May 31 19:14:56 2023 -0400
+++ b/setup.py	Wed May 31 19:25:13 2023 -0400
@@ -198,8 +198,8 @@
           long_description_content_type='text/x-rst',
           url='https://www.roundup-tracker.org',
           download_url='https://pypi.org/project/roundup',
-          classifiers=['Development Status :: 5 - Production/Stable',
-                       #'Development Status :: 4 - Beta',
+          classifiers=[#'Development Status :: 5 - Production/Stable',
+                       'Development Status :: 4 - Beta',
                        #'Development Status :: 3 - Alpha',
                        'Environment :: Console',
                        'Environment :: Web Environment',
@@ -223,6 +223,8 @@
                        'Programming Language :: Python :: 3.8',
                        'Programming Language :: Python :: 3.9',
                        'Programming Language :: Python :: 3.10',
+                       'Programming Language :: Python :: 3.11',
+                       'Programming Language :: Python :: 3.12',
                        'Topic :: Communications :: Email',
                        'Topic :: Office/Business',
                        'Topic :: Software Development :: Bug Tracking',

Roundup Issue Tracker: http://roundup-tracker.org/