Skip to content

Commit f157035

Browse files
committed
build: update Python depencency annotation
1 parent dde2f8f commit f157035

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ classifiers = [
1414
'Intended Audience :: Developers',
1515
'Topic :: Software Development :: Build Tools',
1616
'License :: OSI Approved :: GNU Affero General Public License v3',
17-
'Programming Language :: Python :: 3.11',
17+
"Programming Language :: Python :: 3",
18+
"Programming Language :: Python :: 3.11",
19+
"Programming Language :: Python :: 3.12",
20+
"Programming Language :: Python :: 3.13",
1821
]
1922

2023
keywords = ['compiler', 'zxspectrum', 'BASIC', 'z80'] # arbitrary keywords
@@ -29,7 +32,7 @@ zxbasm = 'src.zxbasm:main'
2932
zxbpp = 'src.zxbpp:entry_point'
3033

3134
[tool.poetry.dependencies]
32-
python = "^3.11"
35+
python = ">=3.11"
3336

3437
[tool.poetry.group.dev.dependencies]
3538
pytest = "*"

0 commit comments

Comments
 (0)