Skip to content

Commit e9609a9

Browse files
committed
Revert updates to python test versions.
opened issue with travis about the out of date python versions.
1 parent 0633b21 commit e9609a9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,11 @@ dist:
2222
# - pypy3
2323
python:
2424
- 2.7
25-
- 3.10.4
25+
- 3.10.0
2626
- 3.9
2727
- 3.8
2828
- 3.6
2929
- nightly
30-
- 3.11
3130

3231
services:
3332
- mysql
@@ -36,7 +35,6 @@ services:
3635
jobs:
3736
allow_failures: # nightly not ready for prime time yet.
3837
- python: nightly
39-
- python: 3.11
4038
- python: pypy3
4139

4240
addons:

0 commit comments

Comments
 (0)