Skip to content

Commit

Permalink
update tox.ini for 3.8-3.12, bump to 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
petri committed May 15, 2024
1 parent 03681da commit 6567188
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
**********

2.3 (2024-05-15)
-----------------

- Suffix and term improvements
- Support Python 3.8-3.12

2.2 (2021-11-16)
-----------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
description='Python library to process company names',
long_description=long_description,
long_description_content_type='text/markdown',
version='2.2',
version='2.3',
license="MIT",
license_files=('LICENSE.txt',),
classifiers = [
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py36, py37, py38, py39
envlist = py38, py39, py310, py311, py312

[testenv]
deps=pytest
Expand Down

0 comments on commit 6567188

Please sign in to comment.