Skip to content
This repository was archived by the owner on Jun 18, 2025. It is now read-only.

Commit 89dca07

Browse files
authored
ci(publish): drop EOL Python (#183)
1 parent 9f46a07 commit 89dca07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
tox:
1010
uses: coatl-dev/workflows/.github/workflows/tox-envs.yml@v4
1111
with:
12-
python-versions: '["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]'
12+
python-versions: '["3.9", "3.10", "3.11", "3.12"]'
1313

1414
pypi-publish:
1515
needs:

0 commit comments

Comments
 (0)