Skip to content

Commit

Permalink
Only Python 3.7+ will be supported
Browse files Browse the repository at this point in the history
Reason : unittest coverage library is compatible with python3.7+
  • Loading branch information
ciorceri committed Nov 16, 2022
1 parent c7082af commit 0a71ca5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
- Support for ADIF & Cabrillo logs with generic and rules based validator

#### Usage
To run the tool using source code you need Python 3.6 or Python 3.7
To run the tool using source code you need Python 3.7+

- For Windows download and install from: https://www.python.org/downloads/
- For Ubuntu install using:
Expand Down Expand Up @@ -215,5 +215,5 @@ Line 9 : PSect field value has an invalid value (SINGLE). Not as defined in cont

#### Notes:
- Suggestions are appreciated.
- Only Python 3.6+ will be supported.
- Only Python 3.7+ will be supported.
- I will provide MacOS and Windows builds to make Python install optional.

0 comments on commit 0a71ca5

Please sign in to comment.