Skip to content

Commit 7f62b78

Browse files
committed
Specify Python versions supported
1 parent 11ad227 commit 7f62b78

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/pythonapp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
strategy:
88
matrix:
9-
python: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13' ]
9+
python: [ '3.9', '3.10', '3.11', '3.12', '3.13' ]
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
Pylasu is an AST Library in the [StarLasu](https://github.com/Strumenta/StarLasu) family, targeting the Python language. [Documentation](https://pylasu.readthedocs.io) is on Read the Docs.
88

9+
## Requirements
10+
11+
Python 3.8 to 3.13 are supported.
12+
913
## Linting
1014

1115
```shell

0 commit comments

Comments
 (0)