Skip to content

Commit

Permalink
Updating workflow to include python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ctralie committed Aug 16, 2022
1 parent e3e4eba commit 587dc79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8, 3.9]

runs-on: "ubuntu-latest"
steps:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
fail-fast: false
matrix:
arch: ['x86', 'x64']
python-version: [3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8, 3.9]

runs-on: "windows-latest"

Expand Down

0 comments on commit 587dc79

Please # to comment.