Skip to content

Commit 9d1872e

Browse files
committed
Remove Python 3.8 from CI and add 3.12
1 parent 23fc893 commit 9d1872e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
strategy:
1212
matrix:
1313
python:
14-
- "3.8"
1514
- "3.9"
1615
- "3.10"
1716
- "3.11"
17+
- "3.12"
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)