Skip to content

Commit 95a2e82

Browse files
committed
Updated python project with version 0.3.19
1 parent 893cd06 commit 95a2e82

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pyproject.toml

+5-4
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,27 @@ build-backend = "maturin"
44

55
[project]
66
name = "gvmkit-build"
7-
version = "0.3.18"
7+
version = "0.3.19"
88
description = "Golem VM Image builder."
99
readme = "README.md"
10-
requires-python = ">=3.7"
10+
requires-python = ">=3.8"
1111
license = { file = "LICENSE" }
1212
keywords = [
1313
"Golem",
1414
]
1515
classifiers = [
16-
"Development Status :: 3 - Alpha",
16+
"Development Status :: 4 - Beta",
1717
"Environment :: Console",
1818
"Intended Audience :: Developers",
1919
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
2020
"Operating System :: OS Independent",
2121
"Programming Language :: Python",
22-
"Programming Language :: Python :: 3.7",
2322
"Programming Language :: Python :: 3.8",
2423
"Programming Language :: Python :: 3.9",
2524
"Programming Language :: Python :: 3.10",
2625
"Programming Language :: Python :: 3.11",
26+
"Programming Language :: Python :: 3.12",
27+
"Programming Language :: Python :: 3.13",
2728
"Programming Language :: Python :: 3 :: Only",
2829
"Programming Language :: Rust"
2930
]

0 commit comments

Comments
 (0)