Skip to content

Commit 198ae23

Browse files
Add Python 3.12 (#774)
1 parent bfbf822 commit 198ae23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
name: Test
5151
strategy:
5252
matrix:
53-
pyver: ['3.8', '3.9', '3.10', '3.11']
53+
pyver: ['3.8', '3.9', '3.10', '3.11', '3.12']
5454
os: [ubuntu, macos, windows]
5555
include:
5656
- pyver: pypy-3.8

0 commit comments

Comments
 (0)