No need to explicitly specify Python 3 nowadays

This commit is contained in:
Dimitri Papadopoulos
2025-04-27 11:22:52 +02:00
committed by Dimitri Papadopoulos Orfanos
parent 512a31cf7c
commit 3388806e33

View File

@ -81,8 +81,6 @@ jobs:
steps:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.x
- uses: actions/checkout@v4
with:
persist-credentials: false