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 =
1717 Intended Audience :: Developers
1818 Programming Language :: Python :: 3
1919 Programming Language :: Python :: 3 :: Only
20- Programming Language :: Python :: 3.7
2120 Programming Language :: Python :: 3.8
2221 Programming Language :: Python :: 3.9
2322 Programming Language :: Python :: 3.10
2423 Programming Language :: Python :: 3.11
24+ Programming Language :: Python :: 3.12
2525 Topic :: Software Development
2626 Topic :: Utilities
2727
@@ -60,7 +60,7 @@ zip_safe = false
6060py_modules =
6161 scancode_config
6262
63- python_requires = >=3.7
63+ python_requires = >=3.8
6464
6565install_requires =
6666 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 =
1717 Intended Audience :: Developers
1818 Programming Language :: Python :: 3
1919 Programming Language :: Python :: 3 :: Only
20- Programming Language :: Python :: 3.7
2120 Programming Language :: Python :: 3.8
2221 Programming Language :: Python :: 3.9
2322 Programming Language :: Python :: 3.10
2423 Programming Language :: Python :: 3.11
24+ Programming Language :: Python :: 3.12
2525 Topic :: Software Development
2626 Topic :: Utilities
2727
@@ -60,7 +60,7 @@ zip_safe = false
6060py_modules =
6161 scancode_config
6262
63- python_requires = >=3.7
63+ python_requires = >=3.8
6464
6565install_requires =
6666 attrs >= 18.1,!=20.1.0; python_version<'3.11'
You can’t perform that action at this time.
0 commit comments