diff options
author | Roberto Bertó <roberto.berto@gmail.com> | 2024-03-10 13:41:23 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-10 13:41:23 -0300 |
commit | 07c3c2e3b1c5c4b296cf5abc462bac3b8384869b (patch) | |
tree | a10cbbecabe0c806e4764fc515ec7925ececf336 | |
parent | 34514bf1bef0c3821a8cb65d16ab5eed1fff7046 (diff) | |
download | pyvyos-07c3c2e3b1c5c4b296cf5abc462bac3b8384869b.tar.gz pyvyos-07c3c2e3b1c5c4b296cf5abc462bac3b8384869b.zip |
actions using python = 3.12.2
-rw-r--r-- | .github/workflows/python-app.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 5bb8209..96d39fa 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -19,10 +19,10 @@ jobs: steps: - uses: actions/checkout@v4.1.1 - - name: Set up Python 3.10 + - name: Set up Python 3.12.2 uses: actions/setup-python@v5.0.0 with: - python-version: "3.10" + python-version: "3.12.2" - name: Install dependencies run: | python -m pip install --upgrade pip |