Skip to content

Commit

Permalink
bump ci to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
fehiepsi committed Oct 24, 2024
1 parent eea50c3 commit 3da6b89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest_and_autopublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# Install deps
- uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'

- run: sudo apt install -y pandoc gsfonts
- run: pip --version
Expand All @@ -41,7 +41,7 @@ jobs:
# Install deps
- uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'
# Uncomment to cache of pip dependencies (if tests too slow)
# cache: pip
# cache-dependency-path: '**/pyproject.toml'
Expand Down

0 comments on commit 3da6b89

Please sign in to comment.