8000 Travis CI: add Python 3.9 (#85) · python/pyperformance@fea7541 · GitHub
[go: up one dir, main page]

Skip to content

Commit fea7541

Browse files
authored
Travis CI: add Python 3.9 (#85)
Also replace Python 3.7 with 3.6
1 parent 91db60c commit fea7541

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ language: python
22
dist: xenial
33
cache: pip
44
python:
5-
- 3.7
5+
# minimum required Python version
6+
- 3.6
7+
- 3.9
68
- nightly
79
- pypy3
810
install:

0 commit comments

Comments
 (0)
0