summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2020-10-07 08:36:09 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2020-10-07 08:36:09 +0200
commit9a9c88701236406ce4d415ab40a84e3d0dc872d5 (patch)
treef4f200e30558ed9ee2d5e22a178934bbc2befe02
parent78d5b1bebbc74deec72d9e0638dc497de2729734 (diff)
downloadsqlparse-9a9c88701236406ce4d415ab40a84e3d0dc872d5.tar.gz
Add Python 3.9-dev to Travis configuration.
Python 3.9 hasn't landed yet on Travis, but nightly is already 3.10.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7709707..b9774a2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ python:
- "3.6"
- "3.7"
- "3.8"
- # - "3.9"
+ - "3.9-dev"
- "nightly"
- "pypy3"