We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfb93ef commit 4425845Copy full SHA for 4425845
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## 1.1.0 (2023-12-05)
4
+
5
+ * fixed package classifiers
6
7
## 1.1.0 (2023-12-05)
8
9
* Droppet support for python 3.5 and 3.6
setup.py
@@ -13,7 +13,7 @@ def read(fname):
13
14
setup(
15
name='pytest-checkipdb',
16
- version='1.1.0',
+ version='1.1.1',
17
author='Andreu Vallbona',
18
author_email='[email protected]',
19
maintainer='Andreu Vallbona',
@@ -36,10 +36,12 @@ def read(fname):
36
'Topic :: Software Development :: Testing',
37
'Programming Language :: Python',
38
'Programming Language :: Python :: 3',
39
- 'Programming Language :: Python :: 3.5',
40
- 'Programming Language :: Python :: 3.6',
41
'Programming Language :: Python :: 3.7',
42
'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: 3.9',
+ 'Programming Language :: Python :: 3.10',
43
+ 'Programming Language :: Python :: 3.11',
44
+ 'Programming Language :: Python :: 3.12',
45
'Programming Language :: Python :: Implementation :: CPython',
46
'Operating System :: OS Independent',
47
'License :: OSI Approved :: MIT License',
0 commit comments