Skip to content

Commit

Permalink
properly build wheel of trustspecpy for other pythons than 3.10,
Browse files Browse the repository at this point in the history
currently also 3.11
  • Loading branch information
wkarwacki committed Oct 22, 2024
1 parent f81eb2f commit 546c4c8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 64 deletions.
4 changes: 2 additions & 2 deletions cli/py/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "trustspeccli"
version = "0.1.23"
version = "{VERSION}"
authors = ["Wojciech Karwacki <karwacki.wojciech@gmail.com>"]
homepage = "https://github.com/wkarwacki/python-openapi-generator-rust"
repository = "https://github.com/wkarwacki/python-openapi-generator-rust"
Expand Down Expand Up @@ -32,7 +32,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.6"
trustspecpy = "0.1.23"
trustspecpy = "{VERSION}"

[tool.poetry.scripts]
trust = "trustspeccli.main:run"
Expand Down
42 changes: 0 additions & 42 deletions cli/py/pyproject.toml.bu

This file was deleted.

2 changes: 1 addition & 1 deletion plugin/py-binding/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trustspecpy"
version = "0.1.23"
version = "{VERSION}"
edition = "2021"

[lib]
Expand Down
19 changes: 0 additions & 19 deletions plugin/py-binding/Cargo.toml.bu

This file was deleted.

0 comments on commit 546c4c8

Please sign in to comment.