Skip to content

Commit 7141979

Browse files
authored
build: build on python 3.12 (#266)
Signed-off-by: Phil Adams <[email protected]>
1 parent 4811ed9 commit 7141979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ language: python
55
matrix:
66
include:
77
- python: 3.8
8-
- python: 3.9
98
- python: 3.10
109
- python: 3.11
10+
- python: 3.12
1111

1212
cache: pip
1313

0 commit comments

Comments
 (0)