Skip to content

Commit

Permalink
fixed package classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
avallbona committed Dec 4, 2023
1 parent dfb93ef commit 4425845
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 1.1.0 (2023-12-05)

* fixed package classifiers

## 1.1.0 (2023-12-05)

* Droppet support for python 3.5 and 3.6
Expand Down
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def read(fname):

setup(
name='pytest-checkipdb',
version='1.1.0',
version='1.1.1',
author='Andreu Vallbona',
author_email='[email protected]',
maintainer='Andreu Vallbona',
Expand All @@ -36,10 +36,12 @@ def read(fname):
'Topic :: Software Development :: Testing',
'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',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: Implementation :: CPython',
'Operating System :: OS Independent',
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit 4425845

Please sign in to comment.