Skip to content

Commit 22f5278

Browse files
Start using Python 3.9 on Travis (#9653)
1 parent 7c6df79 commit 22f5278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: "run test suite with python 3.8"
4343
python: 3.8
4444
- name: "run test suite with python 3.9"
45-
python: 3.9-dev
45+
python: 3.9
4646
- name: "run mypyc runtime tests with python 3.6 debug build"
4747
language: generic
4848
env:

0 commit comments

Comments
 (0)