Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ More information about Black, you find at

The following software is required to run PTF:

* Python 3.x
* Python >=3.10

The following packages are optional for running PTF:

Expand Down Expand Up @@ -137,6 +137,13 @@ If instead you see this line of output, `ptf` is using `scapy`:
Using packet manipulation module: ptf.packet_scapy
```

## Dependency Version Support

As with all toolchain dependencies, we aim to support tools as long as they are
still receiving free public security updates.

See Python's support window at https://endoflife.date/python.


## Run PTF

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ classifiers = [
"Programming Language :: Python :: 3",
]
urls = {Homepage = "https://github.com/p4lang/ptf"}
requires-python = ">=3.7"
requires-python = ">=3.10"
dependencies = [
"six",
"getmac",
Expand Down
Loading