Skip to content

Commit 0b3798d

Browse files
committed
Remember to update setup.py!
1 parent 1288387 commit 0b3798d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tooling/src/hypothesistooling/__main__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,8 @@ def run_tox(task, version):
384384

385385
# See update_python_versions() above
386386
# 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.
387+
# workflows/main.yml, the `Programming Language ::` declaration(s) in setup.py,
388+
# and the corresponding @python_tests function below.
388389
PY36 = "3.6.15"
389390
PY37 = "3.7.12"
390391
PY38 = PYMAIN = "3.8.12" # Sync PYMAIN minor version with GH Actions main.yml

0 commit comments

Comments
 (0)