Skip to content

Commit

Permalink
Updated python project with version 0.3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Aug 26, 2024
1 parent 893cd06 commit 95a2e82
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,27 @@ build-backend = "maturin"

[project]
name = "gvmkit-build"
version = "0.3.18"
version = "0.3.19"
description = "Golem VM Image builder."
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"
license = { file = "LICENSE" }
keywords = [
"Golem",
]
classifiers = [
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Environment :: Console",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Rust"
]
Expand Down

0 comments on commit 95a2e82

Please sign in to comment.