Skip to content

Commit

Permalink
Reverted Python back to 3.8 (instead of 3.9), updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eeintech committed Dec 1, 2022
1 parent 337936f commit efc7c61
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 49 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

strategy:
matrix:
python-version: ['3.9', '3.10']
python-version: ['3.8', '3.10']

steps:
- name: Checkout code
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:

strategy:
matrix:
python-version: ['3.9', '3.10']
python-version: ['3.8', '3.10']

steps:
# - name: Test SnapEDA API
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Ki-nTree was developped by [@eeintech](https://github.com/eeintech) for [SPARK M

### Requirements

* Ki-nTree is currently tested for Python 3.9 to 3.10 versions.
* Ki-nTree is currently tested for Python 3.8 to 3.10 versions.
* Ki-nTree requires a Digi-Key **production** API instance. To create one, go to https://developer.digikey.com/. Create an account, an organization and add a **production** API to your organization. Save both Client ID and Secret keys.
> [Here is a video](https://youtu.be/OI1EGEc0Ju0) to help with the different steps
* Ki-nTree requires a Mouser Search API key. To request one, head over to https://www.mouser.ca/api-search/ and click on "Sign Up for Search API"
Expand Down
2 changes: 1 addition & 1 deletion images/python_versions.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit efc7c61

Please sign in to comment.