Skip to content

Commit

Permalink
Remove py3.11 build
Browse files Browse the repository at this point in the history
  • Loading branch information
tpeulen committed Feb 1, 2024
1 parent 0bdff21 commit 62d95fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
python-version: ["3.8", "3.11"]
python-version: ["3.8", "3.10"]
steps:
- name: Checkout Repository
uses: actions/checkout@v2
Expand Down
1 change: 0 additions & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ requirements:
- python
- {{ pin_compatible('imp', max_pin='x.x') }}
- boost-cpp
# - libmongoc
- pandas
- mdtraj
- tqdm
Expand Down

0 comments on commit 62d95fd

Please sign in to comment.