Skip to content

Commit 36e35fd

Browse files
authored
Merge pull request #58 from ulgens/update_python_versions_list
Drop Python 3.6 support, sync classifiers list with tested Python versions
2 parents 01f02fb + 49fff7e commit 36e35fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description = "Option groups missing in Click"
1111
readme = "README.md"
1212
license = 'BSD-3-Clause'
1313
license-files = { paths = ['LICENSE'] }
14-
requires-python = ">=3.6"
14+
requires-python = ">=3.7"
1515
classifiers = [
1616
'Development Status :: 4 - Beta',
1717
'Intended Audience :: Developers',
@@ -22,12 +22,12 @@ classifiers = [
2222
'Programming Language :: Python',
2323
'Programming Language :: Python :: 3 :: Only',
2424
'Programming Language :: Python :: 3',
25-
'Programming Language :: Python :: 3.6',
2625
'Programming Language :: Python :: 3.7',
2726
'Programming Language :: Python :: 3.8',
2827
'Programming Language :: Python :: 3.9',
2928
'Programming Language :: Python :: 3.10',
3029
'Programming Language :: Python :: 3.11',
30+
'Programming Language :: Python :: 3.12',
3131
]
3232

3333
dynamic = ["version"]

0 commit comments

Comments
 (0)