Skip to content

Commit 1dd3879

Browse files
committed
Corrected python versions.
1 parent 0d00142 commit 1dd3879

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
pytest:
2828
strategy:
2929
matrix:
30-
py_version: ["3.8", "3.9", "3.10", "3.11"]
30+
py_version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
3131
runs-on: "ubuntu-latest"
3232
steps:
3333
- uses: actions/checkout@v2

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ classifiers = [
1212
"Programming Language :: Python",
1313
"Programming Language :: Python :: 3",
1414
"Programming Language :: Python :: 3 :: Only",
15-
"Programming Language :: Python :: 3.8",
1615
"Programming Language :: Python :: 3.9",
1716
"Programming Language :: Python :: 3.10",
1817
"Programming Language :: Python :: 3.11",
18+
"Programming Language :: Python :: 3.12",
19+
"Programming Language :: Python :: 3.13",
1920
"Operating System :: OS Independent",
2021
"Intended Audience :: Developers",
2122
"Topic :: System :: Networking",

0 commit comments

Comments
 (0)