Skip to content

Commit

Permalink
no 3.10 support yet, wait on jax
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Simpson authored and Nathan Simpson committed Nov 28, 2021
1 parent 293303e commit b763f0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.10"]
python-version: ["3.7", "3.9"]
runs-on: [ubuntu-latest, macos-latest]

steps:
Expand All @@ -43,9 +43,6 @@ jobs:
- name: Install package
run: python -m pip install .[test]

#- name: Install pyhf @ diffable model branch
# run: python -m pip install git+http://github.com/scikit-hep/pyhf.git@make_difffable_model_ctor

- name: Test package
run: python -m pytest -ra

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ install_requires =
jaxopt
optax
typing_extensions>=3.7;python_version<'3.8'
python_requires = >=3.7
python_requires = >=3.7, < 3.10
include_package_data = True
package_dir =
=src
Expand Down

0 comments on commit b763f0f

Please sign in to comment.