Skip to content

Commit 6851ccd

Browse files
author
Sergey Dryabzhinsky
committed
Update travis config
1 parent 7034dc4 commit 6851ccd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ matrix:
2727
- name: "Python 3.10 Bionic AMD64"
2828
python: 3.10
2929
dist: bionic
30+
- name: "Python 3.11 Bionic AMD64"
31+
python: 3.11
32+
dist: bionic
3033

3134
- name: "Python 2.7 Xenial ARM64"
3235
python: 2.7
@@ -60,6 +63,10 @@ matrix:
6063
python: 3.10
6164
arch: arm64
6265
dist: bionic
66+
- name: "Python 3.11 Bionic ARM64"
67+
python: 3.11
68+
arch: arm64
69+
dist: bionic
6370
addons:
6471
apt:
6572
sources:

0 commit comments

Comments
 (0)