Skip to content

Commit a6aa753

Browse files
author
Dima Kryukov
committed
bump new version (6.4.0)
1 parent 990d534 commit a6aa753

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

setup.cfg

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = cashews
3-
version = 6.3.0
3+
version = 6.4.0
44
url = https://github.com/Krukov/cashews/
55
author = Dmitry Kryukov
66
author_email = [email protected]
@@ -18,19 +18,18 @@ classifiers =
1818
Programming Language :: Python
1919
Programming Language :: Python :: 3
2020
Programming Language :: Python :: 3 :: Only
21-
Programming Language :: Python :: 3.7
2221
Programming Language :: Python :: 3.8
2322
Programming Language :: Python :: 3.9
2423
Programming Language :: Python :: 3.10
2524
Programming Language :: Python :: 3.11
2625

2726
[options]
28-
python_requires = >=3.7
27+
python_requires = >=3.8
2928
packages = find:
3029
include_package_data = true
3130
zip_safe = false
3231
install_requires =
33-
typing_extensions;python_version=='3.7'
32+
typing_extensions;python_version=='3.8'
3433

3534
[options.packages.find]
3635
exclude =

0 commit comments

Comments
 (0)