We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c7a6db commit d6e4f70Copy full SHA for d6e4f70
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
fail-fast: false
8
matrix:
9
os: [ ubuntu-latest, macos-latest, windows-latest ]
10
- python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
+ python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
11
steps:
12
- uses: actions/checkout@v3
13
- name: Set up Python ${{ matrix.python-version }}
0 commit comments