Skip to content

Commit

Permalink
Add python 3.6 to README and github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
joaqo committed May 27, 2022
1 parent 13b3a24 commit 58acb84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
max-parallel: 3
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.6, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Norfair is built, used and maintained by [Tryolabs](https://tryolabs.com).

## Installation

Norfair currently supports Python 3.7+.
Norfair currently supports Python 3.6+.

For the minimal version, install as:

Expand Down

0 comments on commit 58acb84

Please sign in to comment.