Skip to content

Commit 27b7577

Browse files
jdufresnesigvef
authored andcommitted
Use Python 3.9 release in Travis configuration
1 parent 9f8e5d5 commit 27b7577

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ matrix:
2121
- { python: "3.8", env: DJANGO=3.1 }
2222
- { python: "3.8", env: DJANGO=master }
2323

24-
- { python: "3.9-dev", env: DJANGO=3.1 }
25-
- { python: "3.9-dev", env: DJANGO=master }
24+
- { python: "3.9", env: DJANGO=3.1 }
25+
- { python: "3.9", env: DJANGO=master }
2626

2727
- { python: "3.8", env: TOXENV=base }
2828
- { python: "3.8", env: TOXENV=lint }

0 commit comments

Comments
 (0)