Skip to content

Commit

Permalink
Add py39 to github workflow matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
a-feld committed Oct 6, 2020
1 parent b428c87 commit 0f8e743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

strategy:
matrix:
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, pypy2, pypy3]
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, pypy2, pypy3]
test-directory: [agent_features, agent_streaming, agent_unittests]

runs-on: ubuntu-latest
Expand Down

0 comments on commit 0f8e743

Please sign in to comment.