Skip to content

Commit

Permalink
chore: bump python version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cpvalente committed Mar 16, 2024
1 parent abe3cda commit ccb89de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:

steps:
- uses: actions/checkout@master
- name: Set up Python 3.10.12
- name: Set up Python 3.11.8
uses: actions/setup-python@v1
with:
python-version: 3.10.12
python-version: 3.11.8

- name: Run test
run: python -m unittest discover --v
Expand Down

0 comments on commit ccb89de

Please sign in to comment.