mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-17 22:08:39 +00:00
Python: Correct minimum Python version in published categories
Also removed console
This commit is contained in:
parent
840b6a7860
commit
382967603f
1 changed files with 2 additions and 3 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue