Skip to content

Commit 1712a79

Browse files
authored
Bump minimum python version (#1430)
Python 3.8 already reached its EOL and was removed from test coverage.
1 parent 5cc26b8 commit 1712a79

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.cfg

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = Metric as a Service
55
long_description = file: README.rst
66
long_description_content_type = text/x-rst
77
author = Gnocchi developers
8-
python_requires = >=3.8
8+
python_requires = >=3.9
99
classifier =
1010
Intended Audience :: Information Technology
1111
Intended Audience :: System Administrators
@@ -14,9 +14,10 @@ classifier =
1414
Programming Language :: Python
1515
Programming Language :: Python :: 3
1616
Programming Language :: Python :: 3 :: Only
17-
Programming Language :: Python :: 3.8
1817
Programming Language :: Python :: 3.9
18+
Programming Language :: Python :: 3.10
1919
Programming Language :: Python :: 3.11
20+
Programming Language :: Python :: 3.12
2021
Topic :: System :: Monitoring
2122

2223
[options]

0 commit comments

Comments
 (0)