Skip to content

Commit fdba799

Browse files
Julien RousselJulien Roussel
authored andcommitted
ci python versions updated
1 parent 61e85bc commit fdba799

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [ubuntu-latest, windows-latest]
20-
python-version: ["3.8", "3.11", "3.12"]
20+
python-version: ["3.9", "3.11", "3.12"]
2121
defaults:
2222
run:
2323
shell: bash -l {0}
@@ -28,10 +28,10 @@ jobs:
2828
run: |
2929
if [[ "${GITHUB_REF}" == "refs/heads/main" || "${GITHUB_REF}" == "refs/heads/dev" ]]; then
3030
echo "os-matrix=ubuntu-latest,windows-latest" >> $GITHUB_ENV
31-
echo "python-matrix=3.8,3.9,3.10,3.11" >> $GITHUB_ENV
31+
echo "python-matrix=3.9,3.11,3.12" >> $GITHUB_ENV
3232
else
3333
echo "os-matrix=ubuntu-latest" >> $GITHUB_ENV
34-
echo "python-matrix=3.11" >> $GITHUB_ENV
34+
echo "python-matrix=3.12" >> $GITHUB_ENV
3535
fi
3636
- name: Checkout
3737
uses: actions/checkout@v3

0 commit comments

Comments
 (0)