Skip to content

Commit

Permalink
Merge pull request #13 from RytoEX/add-py311-312
Browse files Browse the repository at this point in the history
Add Python 3.11 and 3.12
  • Loading branch information
marian-code committed Apr 3, 2024
2 parents b28fd04 + f1cd2e3 commit 0b7e999
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/all-lints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.8', '3.9', '3.10']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v4
- uses: marian-code/python-lint-annotate@master
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,8 @@ steps:

## Details


Uses `actions/setup-python@v5`. Only python `3.8` - `3.10` versions prior to `3.8`
are not tested since they are EOL now.
Uses `actions/setup-python@v5`. Only python `3.8` - `3.12` versions are tested.
Python `3.x` versions prior to `3.8` are not tested since they are EOL now.
Any python `2.x` versions are unsupported! You can lint on Linux, Windows and MacOS.

The lintner versions are:
Expand Down

0 comments on commit 0b7e999

Please sign in to comment.