Skip to content

Commit

Permalink
[feat]: Adding Python 3.9 in tests and deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
hentt30 committed Jul 7, 2021
1 parent b692a5f commit 1f56be3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build and upload to PyPI

env:
CIBW_BUILD: cp36-* cp37-* cp38-*
CIBW_BUILD: cp36-* cp37-* cp38-* cp39-*
CIBW_BEFORE_TEST: pip install pytest && pip install -r requirements.txt
CIBW_TEST_COMMAND: pytest {package}/tests

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: [3.6, 3.7, 3.8]
python: [3.6, 3.7, 3.8, 3.9]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 1f56be3

Please sign in to comment.