Skip to content

Commit

Permalink
FIX: Using Python 3.8 and 3.9 only for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
acsenrafilho committed Oct 22, 2024
1 parent a8065b8 commit 5835eff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10"]
python-version: ["3.8", "3.9"]


steps:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
python-version: ["3.9", "3.10"]
python-version: ["3.8", "3.9"]

steps:
- name: Clone repo
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
python-version: ["3.9", "3.10"]
python-version: ["3.8", "3.9"]

steps:
- name: Clone repo
Expand Down

0 comments on commit 5835eff

Please sign in to comment.