Skip to content

Commit

Permalink
Test against Python 3.9
Browse files Browse the repository at this point in the history
This patch adds Python 3.9 to the test matrix.
  • Loading branch information
lkiesow committed Dec 1, 2020
1 parent 7778544 commit ffa6770
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -9,10 +9,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# https://endoflife.date/python
python-version:
- 3.6
- 3.7
- 3.8
- 3.9

steps:
- name: install libgnutls28-dev
Expand Down

0 comments on commit ffa6770

Please sign in to comment.