Merge pull request #3717 from vraravam/python-maintenance

Removed hardcoding of python version so that maintenance can be done in a single place (.python-version)
This commit is contained in:
mr. m
2024-12-18 17:50:20 +01:00
committed by GitHub

View File

@@ -36,8 +36,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
# note: This will use the version defined in '.python-version' by default
- name: Setup Git
run: |