Skip to content

Commit ae5a145

Browse files
committed
CI: Test on Python 3.12
1 parent 23d7393 commit ae5a145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
strategy:
8080
max-parallel: 5
8181
matrix:
82-
python-version: ['3.8', '3.9', '3.10', '3.11']
82+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
8383
steps:
8484
- name: Set up Python ${{ matrix.python-version }}
8585
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)