Skip to content

Commit

Permalink
Temporarily disable Python 3.11 on CI
Browse files Browse the repository at this point in the history
The CosmoSIS standard library fails to be when using Python 3.11. We will try to get a fix to this before we re-enable CI testing using Python 3.11
  • Loading branch information
marcpaterno committed Apr 17, 2023
1 parent 542c455 commit fef60aa
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", "3.11"]
python-version: ["3.9", "3.10"]
steps:
- uses: actions/checkout@v3
- name: Setup miniforge
Expand Down

0 comments on commit fef60aa

Please sign in to comment.