Skip to content

Commit

Permalink
Upgrade to Poetry 1.8.4 (#113)
Browse files Browse the repository at this point in the history
* Remove Poetry workaround for Python 3.13
  • Loading branch information
drhagen authored Oct 15, 2024
1 parent db3b8c0 commit 1c3e000
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
python-version: "3.9"
poetry-version: "1.8.3"
poetry-version: "1.8.4"

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
python-version: "3.9"
poetry-version: "1.8.3"
poetry-version: "1.8.4"

jobs:
pypi-publish:
Expand Down
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ classifiers = [
"Intended Audience :: Developers",
"Topic :: Software Development :: Libraries :: Python Modules",
"Operating System :: OS Independent",
# Remove classifier for Python 3.13 after next release of Poetry
# https://github.com/python-poetry/poetry-core/pull/747
"Programming Language :: Python :: 3.13",
]


Expand Down

0 comments on commit 1c3e000

Please sign in to comment.