Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #15 from heremaps/py39
Browse files Browse the repository at this point in the history
Added python 3.9 build in CI
  • Loading branch information
sackh committed Aug 7, 2021
2 parents 8415990 + 417aa78 commit d74dd8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: [3.8]
python-version: [3.8, 3.9]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit d74dd8d

Please sign in to comment.