Skip to content

Commit 0b7e999

Browse files
authored
Merge pull request #13 from RytoEX/add-py311-312
Add Python 3.11 and 3.12
2 parents b28fd04 + f1cd2e3 commit 0b7e999

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/all-lints.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [ubuntu-latest, macos-latest, windows-latest]
12-
python-version: ['3.8', '3.9', '3.10']
12+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
1313
steps:
1414
- uses: actions/checkout@v4
1515
- uses: marian-code/python-lint-annotate@master

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,8 @@ steps:
5454
5555
## Details
5656
57-
58-
Uses `actions/setup-python@v5`. Only python `3.8` - `3.10` versions prior to `3.8`
59-
are not tested since they are EOL now.
57+
Uses `actions/setup-python@v5`. Only python `3.8` - `3.12` versions are tested.
58+
Python `3.x` versions prior to `3.8` are not tested since they are EOL now.
6059
Any python `2.x` versions are unsupported! You can lint on Linux, Windows and MacOS.
6160

6261
The lintner versions are:

0 commit comments

Comments
 (0)