Skip to content

Commit

Permalink
Merge pull request #7 from RytoEX/fix-tests
Browse files Browse the repository at this point in the history
Remove Python 3.6 from tests to fix tests
  • Loading branch information
marian-code committed Mar 26, 2024
2 parents 33c09aa + d282401 commit 50e6253
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.6', '3.7', '3.8', '3.9', '3.10']
python-version: ['3.7', '3.8', '3.9', '3.10']
steps:
- uses: actions/checkout@v1
- uses: marian-code/python-lint-annotate@master
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ steps:

## Details

Uses `actions/setup-python@v2`. Only python `3.6` - `3.10` version are tested since
Uses `actions/setup-python@v2`. Only python `3.7` - `3.10` version are tested since
they are by far most common now. Other python `3.x` versions should also work.
Any python `2.x` versions are unsupported! You can lint on Linux, Windows and MacOS.

Expand Down

0 comments on commit 50e6253

Please sign in to comment.