Skip to content

Commit 2c902da

Browse files
committed
Bump Python patch versions
1 parent c5ca398 commit 2c902da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tooling/src/hypothesistooling/__main__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -377,10 +377,10 @@ def run_tox(task, version):
377377

378378
# Via https://github.com/pyenv/pyenv/tree/master/plugins/python-build/share/python-build
379379
PY36 = "3.6.9"
380-
PY37 = "3.7.4"
381-
PY38 = "3.8.5"
382-
PY39 = "3.9-dev"
383-
PYPY36 = "pypy3.6-7.1.1"
380+
PY37 = "3.7.9"
381+
PY38 = "3.8.6"
382+
PY39 = "3.9.0"
383+
PYPY36 = "pypy3.6-7.3.1"
384384

385385

386386
@task()

0 commit comments

Comments
 (0)