Skip to content

Commit e713a65

Browse files
committed
Remove CI for unsupported python versions, add for 3.11 and 3.12
1 parent 8e1988a commit e713a65

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
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
os: [ubuntu-latest, macos-latest, windows-latest]
21-
python-version: [3.6, 3.7, 3.8, 3.9]
21+
python-version: [3.11, 3.12]
2222

2323
steps:
2424
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)