Skip to content

Commit add6ead

Browse files
authored
fix(ci) add 3.12, drop 3.7
1 parent 8b9fe85 commit add6ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
matrix:
2121
os: [ubuntu-latest, macos-latest]
22-
pyv: ["3.7", "3.8", "3.9", "3.10", "3.11.0-rc - 3.11"]
22+
pyv: ["3.8", "3.9", "3.10", "3.11.0-rc - 3.11", "3.12"]
2323

2424
steps:
2525
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)