Skip to content

Commit 0633b21

Browse files
committed
try to update to python 3.10.4 from 3.10.0 and try 3.11
Travis ci doesn't seem to tell us what python versions are supported. The one form that is supposed to show that doesn't work for me. Also it looks like nightly is suck at 3.10.0a5+ which isn't nightly. python 3.10.4 is released and current. 3.11 is pre-release/nightly so trying it to replace broken nightly. These upgrades may need to be reverted if invalid.
1 parent 131fd91 commit 0633b21

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,21 @@ dist:
2222
# - pypy3
2323
python:
2424
- 2.7
25-
- 3.10.0
25+
- 3.10.4
2626
- 3.9
2727
- 3.8
2828
- 3.6
2929
- nightly
30+
- 3.11
3031

3132
services:
3233
- mysql
3334
- postgresql
3435

3536
jobs:
3637
allow_failures: # nightly not ready for prime time yet.
37-
- python: 3.10
3838
- python: nightly
39+
- python: 3.11
3940
- python: pypy3
4041

4142
addons:

0 commit comments

Comments
 (0)