Skip to content

Commit 59eceb8

Browse files
committed
poetry update
2 parents afc1d82 + 666dd44 commit 59eceb8

5 files changed

Lines changed: 283 additions & 313 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,20 @@ 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+
<<<<<<< HEAD
2223
python-version: 3.10
2324
- name: Install Poetry
2425
env:
2526
POETRY_VERSION: 2.0.0
27+
=======
28+
python-version: 3.13
29+
- name: Install Poetry
30+
env:
31+
POETRY_VERSION: 2.1.2
32+
>>>>>>> origin
2633
run: |
2734
curl -sSL https://install.python-poetry.org | python - -y &&\
2835
poetry config virtualenvs.create false

.github/workflows/pythonpackage.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ jobs:
99
strategy:
1010
max-parallel: 4
1111
matrix:
12+
<<<<<<< HEAD
1213
python-version: ["3.10", "3.11", "3.12"]
14+
=======
15+
python-version: ["3.10", "3.11", "3.12", "3.13"]
16+
>>>>>>> origin
1317

1418
steps:
1519
- uses: actions/checkout@v3
@@ -19,7 +23,11 @@ jobs:
1923
python-version: ${{ matrix.python-version }}
2024
- name: Install Poetry
2125
env:
26+
<<<<<<< HEAD
2227
POETRY_VERSION: 2.0.0
28+
=======
29+
POETRY_VERSION: 2.1.2
30+
>>>>>>> origin
2331
run: |
2432
curl -sSL https://install.python-poetry.org | python - -y &&\
2533
poetry config virtualenvs.create false

0 commit comments

Comments
 (0)