We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79782e7 commit 54efc22Copy full SHA for 54efc22
1 file changed
.github/workflows/build.yml
@@ -17,8 +17,8 @@ jobs:
17
name: Build
18
strategy:
19
matrix:
20
- python-version: [ "3.9", "3.10", "3.11", "3.12" ]
21
- poetry-version: [ "1.7.1", "1.8.3" ]
+ python-version: [ "3.10", "3.11", "3.12", "3.13" ]
+ poetry-version: [ "1.8.3", "2.0.1" ]
22
runs-on: ubuntu-latest
23
steps:
24
- name: Harden Runner
0 commit comments