Commit a6aa753 Dima Kryukov
committed
1 parent 990d534 commit a6aa753 Copy full SHA for a6aa753
File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = cashews
3
- version = 6.3 .0
3
+ version = 6.4 .0
4
4
url = https://github.com/Krukov/cashews/
5
5
author = Dmitry Kryukov
6
6
@@ -18,19 +18,18 @@ classifiers =
18
18
Programming Language :: Python
19
19
Programming Language :: Python :: 3
20
20
Programming Language :: Python :: 3 :: Only
21
- Programming Language :: Python :: 3.7
22
21
Programming Language :: Python :: 3.8
23
22
Programming Language :: Python :: 3.9
24
23
Programming Language :: Python :: 3.10
25
24
Programming Language :: Python :: 3.11
26
25
27
26
[options]
28
- python_requires = >=3.7
27
+ python_requires = >=3.8
29
28
packages = find:
30
29
include_package_data = true
31
30
zip_safe = false
32
31
install_requires =
33
- typing_extensions; python_version=='3.7 '
32
+ typing_extensions; python_version=='3.8 '
34
33
35
34
[options.packages.find]
36
35
exclude =
You can’t perform that action at this time.
0 commit comments