Skip to content

Commit

Permalink
Merge pull request #62 from SpiNNakerManchester/spalloc-server
Browse files Browse the repository at this point in the history
Server rewrite adaptation
  • Loading branch information
dkfellows committed Jan 6, 2023
2 parents f90fa0c + 625a88e commit 370ece8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spalloc/scripts/support.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@

# The acceptable range of server version numbers
VERSION_RANGE_START = (0, 1, 0)
VERSION_RANGE_STOP = (5, 0, 1)
# Note that v6 of the server is the Java-based one
VERSION_RANGE_STOP = (7, 0, 0)


class Terminate(Exception):
Expand Down

0 comments on commit 370ece8

Please sign in to comment.