mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
Drop support for Python 3.9
This commit is contained in:
@@ -7,7 +7,7 @@ from __future__ import print_function
|
||||
|
||||
import sys
|
||||
|
||||
MIN_VERSION_TUPLE = (3, 9)
|
||||
MIN_VERSION_TUPLE = (3, 10)
|
||||
|
||||
|
||||
def check_python():
|
||||
|
||||
Reference in New Issue
Block a user