Skip to content

Commit

Permalink
Merge pull request #75 from okfn/enable-py-3.9-tests
Browse files Browse the repository at this point in the history
Enable Python 3.9 tests in CI
  • Loading branch information
duskobogdanovski authored Sep 29, 2022
2 parents 7831f13 + 09d988e commit dd072cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.7', '3.8' ]
python-version: [ '3.7', '3.8', '3.9']
name: Python ${{ matrix.python-version }} extension test

services:
Expand Down

0 comments on commit dd072cf

Please sign in to comment.