Skip to content

Commit

Permalink
Fix Travis Tests for 3.11 Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
derks committed Feb 29, 2024
1 parent 74e1352 commit 595e404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/test_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ def test_version():
# ensure that we bump things properly on version changes
assert backend.VERSION[0] == 3
assert backend.VERSION[1] == 0
assert backend.VERSION[2] == 10
assert backend.VERSION[2] == 11
assert backend.VERSION[3] == 'final'
assert backend.VERSION[4] == 0

0 comments on commit 595e404

Please sign in to comment.