Skip to content

Commit d710769

Browse files
Test with Python 3.12
1 parent a1ec257 commit d710769

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
python-version: ['3.10', '3.11']
13+
python-version: ['3.10', '3.11', '3.12']
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Set up Python
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Poetry
2121
uses: snok/install-poetry@v1
2222
with:
23-
version: 1.6.1
23+
version: 1.8.3
2424
virtualenvs-create: true
2525
virtualenvs-in-project: true
2626
- name: Load cached venv

.python-version

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
3.10.13
2-
3.11.6
1+
3.10.14
2+
3.11.9
3+
3.12.5

0 commit comments

Comments
 (0)