Skip to content

Commit

Permalink
bump python 3.7 -> 3.8 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Nov 24, 2023
1 parent 9cd58a4 commit 3c78cc4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python: [3.7]
python: [3.8]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
PY_VERSION=${{ matrix.python }}
PY_VERSION=${PY_VERSION/.} && \
echo "Python version with dot removed is $PY_VERSION" && \
if [ "$PY_VERSION" = "37" ]; \
if [ "$PY_VERSION" = "38" ]; \
then export SCND_VERSION="${PY_VERSION}m"; \
else export SCND_VERSION="$PY_VERSION"; fi && \
echo "Exporting path /opt/python/cp$PY_VERSION-cp$SCND_VERSION/bin" && \
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest]
python: [3.7]
python: [3.8]
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python: [3.7]
python: [3.8]
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 3c78cc4

Please sign in to comment.