Skip to content

Commit 1c3e000

Browse files
authored
Upgrade to Poetry 1.8.4 (#113)
* Remove Poetry workaround for Python 3.13
1 parent db3b8c0 commit 1c3e000

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
python-version: "3.9"
11-
poetry-version: "1.8.3"
11+
poetry-version: "1.8.4"
1212

1313
jobs:
1414
test:

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
99
python-version: "3.9"
10-
poetry-version: "1.8.3"
10+
poetry-version: "1.8.4"
1111

1212
jobs:
1313
pypi-publish:

Diff for: pyproject.toml

-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ classifiers = [
1313
"Intended Audience :: Developers",
1414
"Topic :: Software Development :: Libraries :: Python Modules",
1515
"Operating System :: OS Independent",
16-
# Remove classifier for Python 3.13 after next release of Poetry
17-
# https://github.com/python-poetry/poetry-core/pull/747
18-
"Programming Language :: Python :: 3.13",
1916
]
2017

2118

0 commit comments

Comments
 (0)