Skip to content

Commit

Permalink
Reactivate Python 3.11 in CI
Browse files Browse the repository at this point in the history
The problem with the build of the CosmoSIS Standard Library has been fixed, so we should now be able to test with Python 3.11
  • Loading branch information
marcpaterno committed Apr 18, 2023
1 parent fef60aa commit 62ddd72
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 @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu", "macos"]
python-version: ["3.9", "3.10"]
python-version: ["3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- name: Setup miniforge
Expand Down

0 comments on commit 62ddd72

Please sign in to comment.