Skip to content

Commit

Permalink
accept python3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
enarjord authored Jan 24, 2022
1 parent 7f69d48 commit c3a2ae1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: 3.9
- name: Set Cache Key
run: echo "PY=$(python --version --version | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
- name: Install System Deps
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
matrix:
python-version:
- '3.8'
# - '3.9'
- '3.9'
# - '3.10'

steps:
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
matrix:
python-version:
- '3.8'
# - '3.9'
- '3.9'
# - '3.10'

steps:
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
matrix:
python-version:
- '3.8'
# - '3.9'
- '3.9'
# - '3.10'

steps:
Expand Down

0 comments on commit c3a2ae1

Please sign in to comment.