Skip to content

Commit

Permalink
Merge pull request #1855 from cpcloud/fix-pendulum
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored Oct 28, 2024
2 parents 77fe9a1 + 3fef4dd commit 277dd92
Show file tree
Hide file tree
Showing 3 changed files with 112 additions and 51 deletions.
1 change: 1 addition & 0 deletions overrides/build-systems.json
Original file line number Diff line number Diff line change
Expand Up @@ -15576,6 +15576,7 @@
"setuptools"
],
"pendulum": [
"maturin",
"poetry-core",
"setuptools"
],
Expand Down
153 changes: 107 additions & 46 deletions tests/pendulum/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions tests/pendulum/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@
name = "test_pendulum"
version = "0.1.0"
description = ""
authors = []
authors = ["Your Name <[email protected]>"]
license = "MIT"

[tool.poetry.dependencies]
python = "^3.8"
pendulum = "^2.1.2"

[tool.poetry.dev-dependencies]
python = "^3.11"
pendulum = "^3.0.0"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 277dd92

Please sign in to comment.