Skip to content

Commit

Permalink
Re-enable py3.9 runs of "pytest" CI workflow
Browse files Browse the repository at this point in the history
The packages llvmlite, numba, numpy, and pandas are now available as
binary wheels for all platforms.
  • Loading branch information
khaeru committed May 10, 2021
1 parent 096ec21 commit 0188de0
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
schedule:
- cron: "0 5 * * *"


env:
# See description in lint.yml
depth: 100
Expand All @@ -23,19 +22,14 @@ jobs:
- windows-latest
python-version:
- "3.6" # Earliest version supported by ixmp
- "3.8" # Latest version testable on GitHub Actions

# Commented: binary wheels also not available (as of 2020-10-22) for
# recently-released Python 3.9.
# TODO monitor https://pypi.org/project/[PKG]/#files for the packages
# mentioned below; enable once wheels for "cp39" are available.
# - '3.9' # Latest version / latest supported by ixmp
- "3.8"
- "3.9" # Latest release / latest supported by ixmp

# For development versions of Python, compiled binary wheels are not
# available for some dependencies, e.g. llvmlite, numba, numpy, and/or
# pandas. Compiling these on the job runner requires a more elaborate
# build environment, currently out of scope for the ixmp project.
# - '3.10.0-alpha.1' # Development version
# - "3.10.0-alpha.1" # Development version

exclude:
# See https://github.com/iiasa/ixmp/issues/360
Expand Down

0 comments on commit 0188de0

Please sign in to comment.