Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
roverflow committed Dec 17, 2024
1 parent e9de727 commit d2ceb46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ pyats >= 21.4 ; python_version < '3.11'
# fix genie version for python version less than 3.11
genie == 24.3 ; python_version < '3.11'
# use the latest genie version for every Python version greater than 3.11 and less than 3.13
genie ; python_version < '3.13' and python_version > '3.11'
genie ; python_version < '3.13' and python_version >= '3.11'
passlib

0 comments on commit d2ceb46

Please sign in to comment.