Skip to content

Commit

Permalink
Merge pull request #131 from MDAnalysis/update-tested-pyversions
Browse files Browse the repository at this point in the history
update tested python versions
  • Loading branch information
orbeckst authored Jul 18, 2024
2 parents f0b2cdd + 44d136b commit fd2ffb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fail-fast: false
matrix:
os: [macOS-latest, ubuntu-latest, windows-latest]
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
env_file: [env, ]
include:
- name: minimum_requirements
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
strategy:
fail-fast: false
matrix:
latest-python : ["3.9", "3.10", "3.11", "3.12"]
latest-python : ["3.10", "3.11", "3.12"]

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

0 comments on commit fd2ffb1

Please sign in to comment.