Skip to content

Commit

Permalink
Upgraded parallel CI tests from Python 3.10 to Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus committed Sep 17, 2023
1 parent 6396d2c commit fcecddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/parallel-support.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10"]
python-version: ["3.11"]
os: ["ubuntu-latest"]

steps:
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10"]
python-version: ["3.11"]
os: ["ubuntu-latest"]

steps:
Expand Down

0 comments on commit fcecddc

Please sign in to comment.