Skip to content

Commit

Permalink
Update Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmior committed May 16, 2024
1 parent c7a7da8 commit bf49a7c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.7.2'
python-version: '3.7.17'
cache: 'pipenv'
- name: Install pipenv
run: curl https://raw.githubusercontent.com/pypa/pipenv/master/get-pipenv.py | python
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ xlrd = "==1.2.0"

[requires]
python_version = "3.7"
python_full_version = "3.7.2"
python_full_version = "3.7.17"
4 changes: 2 additions & 2 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Therefore the JSON Schema files available at the [JSON Schema Store](schemastore
## Running the Code
### Preliminaries
To run this code on your device, you have to download or clone this repository. You must have a version of Python 3 installed.
The project is tested with Python version __Python 3.7.2__. You'll also need to install some packages available with __pip__. The used packages are:
The project is tested with Python version __Python 3.7.17. You'll also need to install some packages available with __pip__. The used packages are:
* [Networkx](https://networkx.github.io/) - A package for operations on graphs
* [PyDot](https://pypi.org/project/pydot/) - A package to operate with DOT-Format used to visualize graphs
* [Graphviz](https://pypi.org/project/graphviz/) - A package to interact with the Graphviz Framework
Expand Down

0 comments on commit bf49a7c

Please sign in to comment.