We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0320814 commit 6875509Copy full SHA for 6875509
1 file changed
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
strategy:
17
matrix:
18
os: [ubuntu-latest, windows-latest, macos-latest]
19
- python-version: [3.9, 3.11]
+ python-version: [3.9, 3.12]
20
fail-fast: false
21
steps:
22
- name: Checkout
0 commit comments