Skip to content

Commit 6b81b7c

Browse files
authored
Update .travis.yml (#495)
* Update .travis.yml Add compile and test stanza for python 3.11. * Update .travis.yml
1 parent 77b25fb commit 6b81b7c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@ jobs:
8383
<<: *job_compile_common
8484
stage: Test multiple python versions
8585
python: "3.10"
86+
87+
- name: "Compile and test. Python 3.11"
88+
<<: *job_compile_common
89+
stage: Test multiple python versions
90+
python: "3.11"
8691

8792
- name: "Build wheel for Python 3.9, 3.10, 3.11 on Linux x86_64"
8893
os: linux

0 commit comments

Comments
 (0)