Skip to content

Commit

Permalink
Update CI workflow to use Python 3.11 🐍✨
Browse files Browse the repository at this point in the history
- Specified Python version 3.11 for testing environment.
  • Loading branch information
horta committed Oct 28, 2024
1 parent 8b04361 commit bd6eebb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'

- name: Run tests
run: |
Expand Down

0 comments on commit bd6eebb

Please sign in to comment.