Skip to content

Commit

Permalink
Add Python 3.12 support and update Poetry to 1.7.1 (#407)
Browse files Browse the repository at this point in the history
* Update pythonpackage.yml

* Update poetry.lock

* Update pyproject.toml
  • Loading branch information
danielfernau authored Feb 4, 2024
1 parent ead3799 commit b5a3b29
Show file tree
Hide file tree
Showing 3 changed files with 270 additions and 255 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
strategy:
matrix:
os: [Ubuntu]
python-version: ["3.8", "3.9", "3.10", "3.11"]
poetry-version: ["1.3.2"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
poetry-version: ["1.7.1"]
include:
- os: Ubuntu
image: ubuntu-latest
Expand Down
Loading

0 comments on commit b5a3b29

Please sign in to comment.