Skip to content

Commit 11abf05

Browse files
authored
Use Python 3.9 final (#202)
Committed via https://github.com/asottile/all-repos
1 parent 114ceba commit 11abf05

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
@@ -16,7 +16,7 @@ matrix:
1616
env: TOXENV=py37,py37-datetime
1717
- python: "3.8"
1818
env: TOXENV=py38,py38-datetime
19-
- python: "3.9-dev"
19+
- python: "3.9"
2020
env: TOXENV=py39,py39-datetime
2121
# - python: "3.10-dev"
2222
# env: TOXENV=py310,py310-datetime

0 commit comments

Comments
 (0)