Skip to content

Commit

Permalink
Upgrade python version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dudanogueira committed Mar 16, 2024
1 parent 55ccab1 commit 968835b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -23,10 +23,10 @@ jobs:
- name: Checkout Code Repository
uses: actions/checkout@v3.5.3

- name: Set up Python 3.8
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.11

# Run all pre-commit hooks on all the files.
# Getting only staged files can be tricky in case a new PR is opened
Expand Down

0 comments on commit 968835b

Please sign in to comment.