Skip to content

Commit 3ce5a4e

Browse files
Bump python version in setup.cfg
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent 8e995f0 commit 3ce5a4e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

setup-mini.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
6060
py_modules =
6161
scancode_config
6262

63-
python_requires = >=3.7
63+
python_requires = >=3.8
6464

6565
install_requires =
6666
attrs >= 18.1,!=20.1.0;python_version<'3.11'

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
6060
py_modules =
6161
scancode_config
6262

63-
python_requires = >=3.7
63+
python_requires = >=3.8
6464

6565
install_requires =
6666
attrs >= 18.1,!=20.1.0;python_version<'3.11'

0 commit comments

Comments
 (0)