Skip to content

Commit

Permalink
chore: upgrade versions
Browse files Browse the repository at this point in the history
  • Loading branch information
glasswalk3r committed Apr 3, 2024
1 parent f204f16 commit 28f5e32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
- '3.9'
- '3.10'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: '${{ matrix.python-version }}'

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ endef
export PRINT_HELP_PYSCRIPT

BROWSER := python -c "$$BROWSER_PYSCRIPT"
PYTHON_VERSION=3.8.5
PYTHON_VERSION=3.11.4
PROJECT_NAME=$(shell basename $$PWD)

help:
Expand Down

0 comments on commit 28f5e32

Please sign in to comment.