Skip to content

Commit

Permalink
Add Python 3.12 to test matrix. (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi authored Oct 5, 2023
1 parent 51c5219 commit c2f4b98
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 99 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- rust-tests
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
161 changes: 67 additions & 94 deletions pytrustfall/poetry.lock

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

8 changes: 4 additions & 4 deletions pytrustfall/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ authors = ["Predrag Gruevski <[email protected]>"]
python = "^3.9"

[tool.poetry.dev-dependencies]
maturin = "^1.2.3"
pytest = "^6.2.5"
black = "^22.10.0"
maturin = "^1.3.0"
pytest = "^7.4.2"
black = "^23.9.1"

[tool.black]
line-length = 100
Expand All @@ -48,5 +48,5 @@ line-length = 100
sdist-include = ["trustfall/py.typed"]

[build-system]
requires = ["maturin>=0.13.0,<0.14", "poetry-core>=1.0.0"]
requires = ["maturin>=1.3.0,<2", "poetry-core>=1.0.0"]
build-backend = "maturin"

0 comments on commit c2f4b98

Please sign in to comment.