We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1288387 commit 0b3798dCopy full SHA for 0b3798d
tooling/src/hypothesistooling/__main__.py
@@ -384,7 +384,8 @@ def run_tox(task, version):
384
385
# See update_python_versions() above
386
# When adding or removing a version, also update the env lists in tox.ini and
387
-# workflows/main.yml, and the corresponding @python_tests function below.
+# workflows/main.yml, the `Programming Language ::` declaration(s) in setup.py,
388
+# and the corresponding @python_tests function below.
389
PY36 = "3.6.15"
390
PY37 = "3.7.12"
391
PY38 = PYMAIN = "3.8.12" # Sync PYMAIN minor version with GH Actions main.yml
0 commit comments