summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2021-03-18 11:11:43 +0100
committerGitHub <noreply@github.com>2021-03-18 11:11:43 +0100
commit5b078615f9ccd2b4bf25ae808ea3820dca06adf2 (patch)
treef33f7a0b92d364b815ca35aa589eb4b4835e8424
parentf6dbeeab5f60cee65397864890663977fb86e961 (diff)
parent838f0e4ad96a7809cb48b6e0f6d63ab0baeb8778 (diff)
downloadpython-decorator-git-5b078615f9ccd2b4bf25ae808ea3820dca06adf2.tar.gz
Merge pull request #96 from cclauss/patch-1
GitHub Actions test on Python 3.9
-rw-r--r--.github/workflows/python-package.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml
index 49abd22..6135835 100644
--- a/.github/workflows/python-package.yml
+++ b/.github/workflows/python-package.yml
@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- python-version: ['2.7', '3.5', '3.6', '3.7', '3.8']
+ python-version: ['2.7', '3.5', '3.6', '3.7', '3.8', '3.9']
steps:
- uses: actions/checkout@v2