Skip to content

Commit 4425845

Browse files
committed
fixed package classifiers
1 parent dfb93ef commit 4425845

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 1.1.0 (2023-12-05)
4+
5+
* fixed package classifiers
6+
37
## 1.1.0 (2023-12-05)
48

59
* Droppet support for python 3.5 and 3.6

setup.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def read(fname):
1313

1414
setup(
1515
name='pytest-checkipdb',
16-
version='1.1.0',
16+
version='1.1.1',
1717
author='Andreu Vallbona',
1818
author_email='[email protected]',
1919
maintainer='Andreu Vallbona',
@@ -36,10 +36,12 @@ def read(fname):
3636
'Topic :: Software Development :: Testing',
3737
'Programming Language :: Python',
3838
'Programming Language :: Python :: 3',
39-
'Programming Language :: Python :: 3.5',
40-
'Programming Language :: Python :: 3.6',
4139
'Programming Language :: Python :: 3.7',
4240
'Programming Language :: Python :: 3.8',
41+
'Programming Language :: Python :: 3.9',
42+
'Programming Language :: Python :: 3.10',
43+
'Programming Language :: Python :: 3.11',
44+
'Programming Language :: Python :: 3.12',
4345
'Programming Language :: Python :: Implementation :: CPython',
4446
'Operating System :: OS Independent',
4547
'License :: OSI Approved :: MIT License',

0 commit comments

Comments
 (0)