Skip to content

Commit 397c04c

Browse files
authored
Bring Python current in Travis
1 parent 6ef6a25 commit 397c04c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@ script:
1717

1818
jobs:
1919
allow_failures:
20-
- python: 3.9-dev
20+
- python: 3.10-dev
2121
- python: pypy3
2222
include:
2323
- python: 3.6
2424
- python: 3.7
2525
- python: 3.8
26-
- python: 3.9-dev
26+
- python: 3.9
27+
- python: 3.10-dev
2728
- python: pypy3
2829

2930
- stage: Expose env-var information

0 commit comments

Comments
 (0)