We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ec257 commit d710769Copy full SHA for d710769
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
fail-fast: false
12
matrix:
13
- python-version: ['3.10', '3.11']
+ python-version: ['3.10', '3.11', '3.12']
14
steps:
15
- uses: actions/checkout@v4
16
- name: Set up Python
@@ -20,7 +20,7 @@ jobs:
20
- name: Setup Poetry
21
uses: snok/install-poetry@v1
22
with:
23
- version: 1.6.1
+ version: 1.8.3
24
virtualenvs-create: true
25
virtualenvs-in-project: true
26
- name: Load cached venv
.python-version
@@ -1,2 +1,3 @@
1
-3.10.13
2
-3.11.6
+3.10.14
+3.11.9
3
+3.12.5
0 commit comments