Skip to content

Commit

Permalink
Updating the minimum version of Python expected from version 3.9 to v…
Browse files Browse the repository at this point in the history
…ersion 3.10.
  • Loading branch information
hgs3 committed Feb 18, 2025
1 parent 2e835f6 commit f2bb27d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: '3.10'
- name: CMake Build and Check
env:
CC: ${{ matrix.platform.CC }}
Expand Down

0 comments on commit f2bb27d

Please sign in to comment.