Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 65df9a2

Browse files
Merge pull request trentm#393 from cclauss/patch-1
Travis CI: Upgrade to Python 3.10-dev
2 parents e351f29 + faeabbf commit 65df9a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ python:
66
- "3.6"
77
- "3.7"
88
- "3.8"
9-
- "3.9-dev"
9+
- "3.9"
10+
- "3.10-dev"
1011
# command to install dependencies
1112
install: pip install Pygments>=2.5.2
1213
# command to run tests

0 commit comments

Comments
 (0)