We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cdb07e commit b0df361Copy full SHA for b0df361
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
fail-fast: false
22
matrix:
23
os: [ ubuntu-latest ]
24
- python-version: [ "3.10", "3.11" ]
+ python-version: [ "3.10", "3.11", "3.12" ]
25
steps:
26
- name: Check out ${{ github.sha }} from repository ${{ github.repository }}
27
uses: actions/checkout@v3
0 commit comments