Skip to content

Commit

Permalink
Update continuous-integration.yml
Browse files Browse the repository at this point in the history
3.10 isn't the problem. getting same error on 3.11.
  • Loading branch information
maliagehan committed May 15, 2024
1 parent d5afb93 commit 93640aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ['3.9', '3.11']
python-version: ['3.9','3.10' '3.11']
os: [ubuntu-latest]
env:
OS: ${{ matrix.os }}
Expand Down

0 comments on commit 93640aa

Please sign in to comment.