Skip to content

Commit 0099af8

Browse files
add python=3.12
1 parent e3f54af commit 0099af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
os: [windows-latest, ubuntu-latest, macos-13]
23-
python-version: ["3.9", "3.10", "3.11"]
23+
python-version: ["3.9", "3.10", "3.11", "3.12"]
2424
steps:
2525
- name: Checkout master branch
2626
uses: actions/checkout@v4

0 commit comments

Comments
 (0)