Skip to content

Commit

Permalink
configure tests to run with Python 3.6+ only
Browse files Browse the repository at this point in the history
this avoids sanity on Galaxy complain that it can't import the code on
Python 2 (which we don't support anymore)

Refs: #1799
  • Loading branch information
evgeni committed Nov 25, 2024
1 parent 3741b9e commit fdef8e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
modules:
python_requires: ">=3.6"

0 comments on commit fdef8e5

Please sign in to comment.