Skip to content

Commit deab0e5

Browse files
committed
had to remove 3.13 since pyats does not support it at the moment, but I am still removeing 3.8
1 parent 9f13dfd commit deab0e5

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
- '3.10'
2929
- '3.11'
3030
- '3.12'
31-
- '3.13'
3231
os:
3332
- ubuntu-latest
3433

@@ -59,7 +58,6 @@ jobs:
5958
- '3.10'
6059
- '3.11'
6160
- '3.12'
62-
- '3.13'
6361
os:
6462
- ubuntu-latest
6563

@@ -90,7 +88,6 @@ jobs:
9088
- '3.10'
9189
- '3.11'
9290
- '3.12'
93-
- '3.13'
9491
os:
9592
- ubuntu-latest
9693

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ classifiers = [
4242
"Programming Language :: Python :: 3.10",
4343
"Programming Language :: Python :: 3.11",
4444
"Programming Language :: Python :: 3.12",
45-
"Programming Language :: Python :: 3.13",
4645
]
4746

4847
[project.urls]

0 commit comments

Comments
 (0)