Skip to content

Commit 70ac284

Browse files
committed
Version 1.12.0
1 parent 6c73c99 commit 70ac284

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

beaker/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.11.0'
1+
__version__ = '1.12.0'

setup.py

+4-8
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,11 @@
6464
'Intended Audience :: Developers',
6565
'License :: OSI Approved :: BSD License',
6666
'Programming Language :: Python',
67-
'Programming Language :: Python :: 2.6',
68-
'Programming Language :: Python :: 2.7',
69-
'Programming Language :: Python :: 3',
70-
'Programming Language :: Python :: 3.2',
71-
'Programming Language :: Python :: 3.3',
72-
'Programming Language :: Python :: 3.4',
73-
'Programming Language :: Python :: 3.5',
74-
'Programming Language :: Python :: 3.6',
7567
'Programming Language :: Python :: 3.7',
68+
'Programming Language :: Python :: 3.8',
69+
'Programming Language :: Python :: 3.9',
70+
'Programming Language :: Python :: 3.10',
71+
'Programming Language :: Python :: 3.11',
7672
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
7773
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
7874
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',

0 commit comments

Comments
 (0)