Skip to content

Commit

Permalink
Remember to update setup.py!
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac-HD committed Nov 15, 2021
1 parent 1288387 commit 0b3798d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tooling/src/hypothesistooling/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,8 @@ def run_tox(task, version):

# See update_python_versions() above
# When adding or removing a version, also update the env lists in tox.ini and
# workflows/main.yml, and the corresponding @python_tests function below.
# workflows/main.yml, the `Programming Language ::` declaration(s) in setup.py,
# and the corresponding @python_tests function below.
PY36 = "3.6.15"
PY37 = "3.7.12"
PY38 = PYMAIN = "3.8.12" # Sync PYMAIN minor version with GH Actions main.yml
Expand Down

0 comments on commit 0b3798d

Please sign in to comment.