File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ classifiers =
17
17
Intended Audience :: Developers
18
18
Programming Language :: Python :: 3
19
19
Programming Language :: Python :: 3 :: Only
20
- Programming Language :: Python :: 3.7
21
20
Programming Language :: Python :: 3.8
22
21
Programming Language :: Python :: 3.9
23
22
Programming Language :: Python :: 3.10
24
23
Programming Language :: Python :: 3.11
24
+ Programming Language :: Python :: 3.12
25
25
Topic :: Software Development
26
26
Topic :: Utilities
27
27
@@ -60,7 +60,7 @@ zip_safe = false
60
60
py_modules =
61
61
scancode_config
62
62
63
- python_requires = >=3.7
63
+ python_requires = >=3.8
64
64
65
65
install_requires =
66
66
attrs >= 18.1,!=20.1.0; python_version<'3.11'
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ classifiers =
17
17
Intended Audience :: Developers
18
18
Programming Language :: Python :: 3
19
19
Programming Language :: Python :: 3 :: Only
20
- Programming Language :: Python :: 3.7
21
20
Programming Language :: Python :: 3.8
22
21
Programming Language :: Python :: 3.9
23
22
Programming Language :: Python :: 3.10
24
23
Programming Language :: Python :: 3.11
24
+ Programming Language :: Python :: 3.12
25
25
Topic :: Software Development
26
26
Topic :: Utilities
27
27
@@ -60,7 +60,7 @@ zip_safe = false
60
60
py_modules =
61
61
scancode_config
62
62
63
- python_requires = >=3.7
63
+ python_requires = >=3.8
64
64
65
65
install_requires =
66
66
attrs >= 18.1,!=20.1.0; python_version<'3.11'
You can’t perform that action at this time.
0 commit comments