Skip to content

Commit 6869385

Browse files
authored
Update python-app.yml
1 parent d115ff7 commit 6869385

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-app.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v3
19-
- name: Set up Python 3.9
19+
- name: Set up Python 3.13
2020
uses: actions/setup-python@v4
2121
with:
22-
python-version: 3.9
22+
python-version: 3.13
2323
- name: Install Poetry
2424
env:
25-
POETRY_VERSION: 1.5.1
25+
POETRY_VERSION: 2.1.2
2626
run: |
2727
curl -sSL https://install.python-poetry.org | python - -y &&\
2828
poetry config virtualenvs.create false

0 commit comments

Comments
 (0)