Skip to content

Commit

Permalink
Update to python version 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gondiaz committed Apr 26, 2022
1 parent 640e240 commit 6ce2a98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7]
python-version: [3.8]
#platform: [ubuntu-18.04, macos-latest]
platform: [ubuntu-18.04]
runs-on: ${{ matrix.platform }}
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ matrix:
- os: osx

env:
- IC_PYTHON_VERSION=3.7
- IC_PYTHON_VERSION=3.8

os:
- linux
Expand Down

0 comments on commit 6ce2a98

Please sign in to comment.