Skip to content

Commit 3243a5f

Browse files
committed
Update supported python version in pyproject.toml
1 parent 5a17c72 commit 3243a5f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = 'rope'
33
description = 'a python refactoring library...'
44
readme = 'README.rst'
5-
requires-python = '>=3.8'
5+
requires-python = '>=3.10'
66
classifiers = [
77
'Development Status :: 4 - Beta',
88
'Operating System :: OS Independent',
@@ -14,12 +14,12 @@ classifiers = [
1414
'Natural Language :: English',
1515
'Programming Language :: Python',
1616
'Programming Language :: Python :: 3',
17-
'Programming Language :: Python :: 3.8',
18-
'Programming Language :: Python :: 3.9',
1917
'Programming Language :: Python :: 3.10',
2018
'Programming Language :: Python :: 3.11',
2119
'Programming Language :: Python :: 3.12',
2220
'Programming Language :: Python :: 3.13',
21+
'Programming Language :: Python :: 3.14',
22+
'Programming Language :: Python :: 3.15',
2323
'Topic :: Software Development',
2424
]
2525
version = '1.14.0'

0 commit comments

Comments
 (0)