Skip to content

Commit 5406665

Browse files
authored
Merge branch 'develop' into develop
2 parents cc1d829 + a45cf4d commit 5406665

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.github/workflows/commit.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
max-parallel: 4
1212
matrix:
13-
python-version: [3.7, 3.8, 3.9, 3.10.9, 3.11]
13+
python-version: [3.8, 3.9, 3.10.9, 3.11, 3.12.0]
1414

1515
steps:
1616
- name: Checkout repository

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ Install
3131
pip install napalm
3232
```
3333

34+
*Note*: Beginning with release 5.0.0 and later, NAPALM offers support for
35+
Python 3.8+ only.
36+
3437
*Note*: Beginning with release 4.0.0 and later, NAPALM offers support for
3538
Python 3.7+ only.
3639

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ netaddr
88
pyYAML
99
pyeapi>=1.0.2
1010
netmiko>=4.1.0
11-
junos-eznc>=2.6.3
11+
junos-eznc>=2.7.0
1212
scp
1313
lxml>=4.3.0
1414
ncclient

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@
2626
"License :: OSI Approved :: Apache Software License",
2727
"Programming Language :: Python",
2828
"Programming Language :: Python :: 3",
29-
"Programming Language :: Python :: 3.7",
3029
"Programming Language :: Python :: 3.8",
3130
"Programming Language :: Python :: 3.9",
3231
"Programming Language :: Python :: 3.10",
32+
"Programming Language :: Python :: 3.11",
33+
"Programming Language :: Python :: 3.12",
3334
"Operating System :: POSIX :: Linux",
3435
"Operating System :: MacOS",
3536
],

0 commit comments

Comments
 (0)