Skip to content

Commit

Permalink
updated ci to python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
blauret committed Oct 1, 2023
1 parent 8ec75fc commit 33f5808
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

env:
CACHE_VERSION: 1
DEFAULT_PYTHON: "3.10"
DEFAULT_PYTHON: "3.11"
PRE_COMMIT_HOME: ~/.cache/pre-commit

jobs:
Expand All @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10"]
python-version: ["3.11"]
steps:
- name: Check out code from GitHub
uses: actions/checkout@v2
Expand Down

0 comments on commit 33f5808

Please sign in to comment.