Change Python version for directory workflow from 3.10 to 3.x to use newer and faster language versions (#3921)

This commit is contained in:
Christian Clauss 2023-03-18 09:03:32 +01:00 committed by GitHub
parent 2418604f7a
commit 3a56c963b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.x'
- name: Update Directory
shell: python
run: |