Skip to content

Commit fc9c053

Browse files
committed
Roll version and enforce PY3.9 requirements
1 parent c96c976 commit fc9c053

File tree

2 files changed

+3
-132
lines changed

2 files changed

+3
-132
lines changed

netmiko/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import sys
22

3-
__version__ = "4.5.0"
3+
__version__ = "4.6.0"
44
PY_MAJ_VER = 3
5-
PY_MIN_VER = 8
6-
MIN_PYTHON_VER = "3.8"
5+
PY_MIN_VER = 9
6+
MIN_PYTHON_VER = "3.9"
77

88

99
# Make sure user is using a valid Python version (for Netmiko)

test.log

Lines changed: 0 additions & 129 deletions
This file was deleted.

0 commit comments

Comments
 (0)