Skip to content

Commit

Permalink
Merge pull request #132 from lifewatch/chore/python_versions
Browse files Browse the repository at this point in the history
ci: added python 3.11 to ci tests
  • Loading branch information
cparcerisas authored Sep 3, 2024
2 parents ac65662 + 6b3e9e9 commit 261151a
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 @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-versions: ["3.9", "3.10"]
python-versions: ["3.9", "3.10", "3.11"]
os: [ ubuntu-20.04 ]
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 261151a

Please sign in to comment.