Skip to content

Commit 87824f5

Browse files
committed
bump minor version to 5.1.0
1 parent f827276 commit 87824f5

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
max-parallel: 4
1010
matrix:
11-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
11+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1212
steps:
1313
- name: Checkout repository
1414
uses: actions/checkout@v4

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
napalm>=5.0.0
1+
napalm>=5.1.0
2+
packaging>=25.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="napalm-mos",
12-
version="5.0.0",
12+
version="5.1.0",
1313
packages=find_packages(),
1414
author="Benny Holmgren, Brandon Ewing",
1515
author_email="benny@holmgren.id.au, brandon.ewing@warningg.com",
@@ -23,5 +23,5 @@
2323
url="https://github.com/napalm-automation-community/napalm-mos",
2424
include_package_data=True,
2525
install_requires=reqs,
26-
python_requires=">=3.8",
26+
python_requires=">=3.9",
2727
)

0 commit comments

Comments
 (0)