Skip to content

Commit 3728dd5

Browse files
committed
DOC: Remove unsupported python versions.
1 parent 5bfd4fb commit 3728dd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ to direct workflow execution.
292292

293293
```yaml
294294
with:
295-
python3-minor-versions: '["7","8","9","10","11"]` # Builds for Python 3.7 through 3.11
295+
python3-minor-versions: '["9","10","11"]` # Builds for Python 3.9 through 3.11
296296
```
297297

298298
- `manylinux-platforms`: Array of [manylinux](https://github.com/pypa/manylinux)

0 commit comments

Comments
 (0)