Python: Correct minimum Python version in published categories

Also removed console
This commit is contained in:
Simon Hausmann 2024-04-18 11:15:11 +02:00
parent 840b6a7860
commit 382967603f

View file

@ -7,14 +7,13 @@ build-backend = "maturin"
[project]
name = "slint"
version = "1.6.0a4"
version = "1.6.0a5"
requires-python = ">= 3.10"
authors = [
{name = "Slint Team", email = "info@slint.dev"},
]
classifiers = [
"Development Status :: 3 - Alpha",
"Environment :: Console",
"Environment :: MacOS X",
"Environment :: X11 Applications",
"Environment :: Win32 (MS Windows)",
@ -29,7 +28,7 @@ classifiers = [
"Topic :: Software Development :: Widget Sets",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.10",
]
[project.urls]