Skip to content

Commit 5180952

Browse files
committed
added python version 3.13 to the GitHub action releases.yml
1 parent afd60ee commit 5180952

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/releases.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Release to PyPi
22

33
env:
4-
POETRY_VERSION: 2.0.1
4+
POETRY_VERSION: 2.1.3
55

66
on:
77
push:
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest]
17-
python-version: ["3.10"]
17+
python-version: ["3.10","3.11","3.12","3.13"]
1818

1919
steps:
2020
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)