Skip to content

Commit d21c791

Browse files
committed
increase the max ensemble version to 83, now we wait for tests to fail
1 parent 6ef59f3 commit d21c791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyensembl/ensembl_release_versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from __future__ import print_function, division, absolute_import
1616

1717
MIN_ENSEMBL_RELEASE = 54
18-
MAX_ENSEMBL_RELEASE = 81
18+
MAX_ENSEMBL_RELEASE = 83
1919

2020
def check_release_number(release):
2121
"""

0 commit comments

Comments
 (0)