Skip to content

Commit 6567188

Browse files
committed
update tox.ini for 3.8-3.12, bump to 2.3
1 parent 03681da commit 6567188

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
**********
33

4+
2.3 (2024-05-15)
5+
-----------------
6+
7+
- Suffix and term improvements
8+
- Support Python 3.8-3.12
9+
410
2.2 (2021-11-16)
511
-----------------
612

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
description='Python library to process company names',
1212
long_description=long_description,
1313
long_description_content_type='text/markdown',
14-
version='2.2',
14+
version='2.3',
1515
license="MIT",
1616
license_files=('LICENSE.txt',),
1717
classifiers = [

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py36, py37, py38, py39
2+
envlist = py38, py39, py310, py311, py312
33

44
[testenv]
55
deps=pytest

0 commit comments

Comments
 (0)