Skip to content

Commit a60e923

Browse files
CopilotSupraSummus
andcommitted
Use Python 3.13 and modern setup-python caching for poetry
Co-authored-by: SupraSummus <[email protected]>
1 parent 3ee26e5 commit a60e923

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,15 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313

14+
- name: Install Poetry
15+
run: pipx install poetry
16+
1417
- name: Set up Python
1518
uses: actions/setup-python@v5
1619
with:
17-
python-version: '3.11'
20+
python-version: '3.13'
1821
cache: 'poetry'
1922

20-
- name: Install Poetry
21-
uses: snok/install-poetry@v1
22-
with:
23-
virtualenvs-in-project: true
24-
2523
- name: Install dependencies
2624
run: poetry install
2725

0 commit comments

Comments
 (0)