Skip to content

Commit

Permalink
Merge pull request #563 from RasaHQ/python3.9
Browse files Browse the repository at this point in the history
Python 3.9 CI and pyproject.toml updates
  • Loading branch information
wochinge authored Nov 1, 2021
2 parents 8081829 + e48414f commit 2a2f08c
Show file tree
Hide file tree
Showing 3 changed files with 345 additions and 321 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8]
python-version: [3.7, 3.8, 3.9]

steps:
- name: Checkout git repository 🕝
Expand Down
Loading

0 comments on commit 2a2f08c

Please sign in to comment.