Skip to content
This repository was archived by the owner on Jul 26, 2024. It is now read-only.

Commit 6a9a14f

Browse files
committed
Bump version to 0.16.3 in setup.py
1 parent 619a295 commit 6a9a14f

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name='Paling',
17-
version='0.16.2',
17+
version='0.16.3',
1818
author='OpenSource Team - Roborian',
1919
author_email='info@roborian.com',
2020
url='https://github.com/python-paling/Paling',
@@ -38,9 +38,11 @@
3838
'Operating System :: POSIX',
3939
'Operating System :: Microsoft :: Windows :: Windows 10',
4040
'Programming Language :: Python :: 3',
41-
'Programming Language :: Python :: 3.7',
4241
'Programming Language :: Python :: 3.8',
4342
'Programming Language :: Python :: 3.9',
43+
'Programming Language :: Python :: 3.10',
44+
'Programming Language :: Python :: 3.11',
45+
'Programming Language :: Python :: 3.12',
4446
'Programming Language :: Python :: Implementation :: CPython',
4547
'License :: OSI Approved :: MIT License',
4648
],

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
[tox]
2-
envlist = typecheck,py{37,38,39,310,311,312}
2+
envlist = typecheck,py{38,39,310,311,312}
33

44
[pytest]
55
timeout = 30
66

77
[gh-actions]
88
python =
9-
3.7: py37
109
3.8: py38
1110
3.9: py39
1211
3.10: py310

0 commit comments

Comments
 (0)