Skip to content

Commit

Permalink
dropping 3.12 CI for now until maggma incompat is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Jul 4, 2024
1 parent ddc65c6 commit c3639b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
- { python: "3.9", resolution: highest, extras: "tests,strict" }
- { python: "3.10", resolution: lowest-direct, extras: "tests,strict" }
- { python: "3.11", resolution: highest, extras: tests }
- { python: "3.12", resolution: lowest-direct, extras: tests }
# python 3.12 CI failing due to maggma incompatible, see
# https://github.com/materialsproject/jobflow/pull/640#issuecomment-2209055692
# - { python: "3.12", resolution: lowest-direct, extras: tests }

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c3639b1

Please sign in to comment.