Skip to content

Commit 3212489

Browse files
authored
moved pyats and genie from 25.9 to 26.1 (#12)
Moved from pyats and genie 25.9 to 26.1, removed python 3.9
1 parent 0fea2fe commit 3212489

5 files changed

Lines changed: 839 additions & 1587 deletions

File tree

.github/workflows/test-coverage-lint.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
python-version:
29-
- "3.9"
3029
- "3.10"
3130
- "3.11"
3231
- "3.12"
@@ -54,7 +53,6 @@ jobs:
5453
fail-fast: false
5554
matrix:
5655
python-version:
57-
- "3.9"
5856
- "3.10"
5957
- "3.11"
6058
- "3.12"
@@ -82,7 +80,6 @@ jobs:
8280
fail-fast: false
8381
matrix:
8482
python-version:
85-
- "3.9"
8683
- "3.10"
8784
- "3.11"
8885
- "3.12"

pyproject.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ build-backend = "setuptools.build_meta"
88
[project]
99
name = "pyats-genie-command-parse"
1010
dynamic = ["readme"]
11-
version = "1.4.5"
12-
requires-python = ">=3.9"
11+
version = "1.4.6"
12+
requires-python = ">=3.10"
1313
description = "Run genie parsers directly."
1414
keywords = [
1515
"pyATS",
@@ -41,16 +41,15 @@ classifiers = [
4141
"Operating System :: POSIX :: Linux",
4242
"Programming Language :: Python :: 3",
4343
"Programming Language :: Python :: 3 :: Only",
44-
"Programming Language :: Python :: 3.9",
4544
"Programming Language :: Python :: 3.10",
4645
"Programming Language :: Python :: 3.11",
4746
"Programming Language :: Python :: 3.12",
4847
"Programming Language :: Python :: 3.13",
4948
]
5049

5150
dependencies = [
52-
"genie==25.9",
53-
"pyats==25.9",
51+
"genie==26.1",
52+
"pyats==26.1",
5453
]
5554

5655
[dependency-groups]

0 commit comments

Comments
 (0)