Skip to content

Commit

Permalink
Merge pull request #2138 from HypothesisWorks/DRMacIver/38-builds
Browse files Browse the repository at this point in the history
Now that 3.8 is out, use the released version in builds
  • Loading branch information
DRMacIver committed Oct 16, 2019
2 parents c3cce7b + 408850e commit 787cd37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/src/hypothesistooling/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ def run_tox(task, version):
PY35 = "3.5.7"
PY36 = "3.6.9"
PY37 = "3.7.4"
PY38 = "3.8.0rc1"
PY38 = "3.8.0"
PYPY2 = "pypy2.7-5.10.0"
PYPY35 = "pypy3.5-7.0.0"
PYPY36 = "pypy3.6-7.1.1"
Expand Down

0 comments on commit 787cd37

Please sign in to comment.