Skip to content

Commit

Permalink
Merge pull request #281 from edx/usamasadiq/add-python312-support
Browse files Browse the repository at this point in the history
feat: add python311 support
  • Loading branch information
UsamaSadiq authored Feb 27, 2024
2 parents 7f40210 + 559dc71 commit ab2fb9a
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:
matrix:
os: [ubuntu-20.04]
python-version: ['3.8']
python-version: ['3.8', '3.11']

steps:

Expand Down

0 comments on commit ab2fb9a

Please sign in to comment.