Skip to content

Commit

Permalink
new: [test] Check also Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubOnderka committed Jan 16, 2022
1 parent 0629837 commit 94e000d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.6, 3.7, 3.8, 3.9, '3.10']

steps:

Expand All @@ -28,7 +28,7 @@ jobs:

- name: Install system dependencies
run: |
sudo apt install libfuzzy-dev libemail-outlook-message-perl libemail-address-perl
sudo apt install libemail-outlook-message-perl libemail-address-perl
- name: Install Python dependencies
run: |
Expand Down

0 comments on commit 94e000d

Please sign in to comment.