Skip to content

Commit 932a69a

Browse files
authored
chore: Update Python version requirement to 3.10
1 parent 594bd54 commit 932a69a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v6
2020
- uses: actions/setup-python@v6
2121
with:
22-
python-version: '>=3.9'
22+
python-version: '>=3.10'
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)