Skip to content

Commit 3a56c96

Browse files
authored
Change Python version for directory workflow from 3.10 to 3.x to use newer and faster language versions (TheAlgorithms#3921)
1 parent 2418604 commit 3a56c96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update_directory.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@master
2121
- uses: actions/setup-python@v4
2222
with:
23-
python-version: '3.10'
23+
python-version: '3.x'
2424
- name: Update Directory
2525
shell: python
2626
run: |

0 commit comments

Comments
 (0)