Skip to content

Commit

Permalink
fix(ci): update minimal python version to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Iamhexi committed Sep 15, 2024
1 parent e313dac commit 6f89730
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Python
uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
# see details (matrix, python-version, python-version-file, etc.)
# https://github.com/actions/setup-python

Expand Down

0 comments on commit 6f89730

Please sign in to comment.