We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7034dc4 commit 6851ccdCopy full SHA for 6851ccd
.travis.yml
@@ -27,6 +27,9 @@ matrix:
27
- name: "Python 3.10 Bionic AMD64"
28
python: 3.10
29
dist: bionic
30
+ - name: "Python 3.11 Bionic AMD64"
31
+ python: 3.11
32
+ dist: bionic
33
34
- name: "Python 2.7 Xenial ARM64"
35
python: 2.7
@@ -60,6 +63,10 @@ matrix:
60
63
61
64
arch: arm64
62
65
66
+ - name: "Python 3.11 Bionic ARM64"
67
68
+ arch: arm64
69
70
addons:
71
apt:
72
sources:
0 commit comments