Skip to content

Commit a85dc75

Browse files
committed
Make it clear that py38 is EOL
1 parent ae3832f commit a85dc75

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = tau-clients
3-
version = 0.3.2
3+
version = 0.3.3
44
author = Stefano Ortolani
55
description = Set of clients to interface with various VMware products
66
long_description = file: README.md
@@ -21,7 +21,7 @@ classifiers =
2121
package_dir =
2222
= src
2323
packages = find:
24-
python_requires = >=3.8
24+
python_requires = >=3.9
2525
install_requires =
2626
more-itertools
2727
requests

0 commit comments

Comments
 (0)