We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d115ff7 commit 6869385Copy full SHA for 6869385
1 file changed
.github/workflows/python-app.yml
@@ -16,13 +16,13 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v3
19
- - name: Set up Python 3.9
+ - name: Set up Python 3.13
20
uses: actions/setup-python@v4
21
with:
22
- python-version: 3.9
+ python-version: 3.13
23
- name: Install Poetry
24
env:
25
- POETRY_VERSION: 1.5.1
+ POETRY_VERSION: 2.1.2
26
run: |
27
curl -sSL https://install.python-poetry.org | python - -y &&\
28
poetry config virtualenvs.create false
0 commit comments