Skip to content

Commit d115ff7

Browse files
authored
Update pythonpackage.yml
1 parent bb3fb41 commit d115ff7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
max-parallel: 4
1111
matrix:
12-
python-version: ["3.9", "3.10", "3.11"]
12+
python-version: ["3.10", "3.11", "3.12", "3.13"]
1313

1414
steps:
1515
- uses: actions/checkout@v3
@@ -19,7 +19,7 @@ jobs:
1919
python-version: ${{ matrix.python-version }}
2020
- name: Install Poetry
2121
env:
22-
POETRY_VERSION: 1.5.1
22+
POETRY_VERSION: 2.1.2
2323
run: |
2424
curl -sSL https://install.python-poetry.org | python - -y &&\
2525
poetry config virtualenvs.create false

0 commit comments

Comments
 (0)