Skip to content

Commit

Permalink
Updated Python from 3.7.5 to 3.7.7
Browse files Browse the repository at this point in the history
Updated Nuitka from 0.6.6 to 0.6.7
  • Loading branch information
fireundubh committed May 15, 2020
1 parent af3c53f commit 90c74ed
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 46 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nuitka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
- name: Set up Visual Studio environment
if: success()
uses: seanmiddleditch/gha-setup-vsdevenv@v1
- name: Set up Python 3.7.5 (x64)
- name: Set up Python 3.7.7 (x64)
if: success()
uses: actions/setup-python@v1
with:
python-version: 3.7.5
python-version: 3.7.7
architecture: x64
- uses: dschep/install-pipenv-action@v1
if: success()
Expand Down
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ pylint = "*"

[packages]
lxml = "==4.4.2"
nuitka = "==0.6.6"
nuitka = "==0.6.7"
psutil = "==5.6.7"

[requires]
python_version = "3.7.5"
python_version = "3.7.7"
91 changes: 49 additions & 42 deletions Pipfile.lock

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

0 comments on commit 90c74ed

Please sign in to comment.