Skip to content

Commit

Permalink
Enable CI for Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
avalentino committed Nov 2, 2024
1 parent 6a4c716 commit 14ba482
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
# macos-13 is Intel, macos-latest is Apple Silicon
os: [ubuntu-latest, macos-13, macos-latest, windows-latest]
# Keep in sync with ``project.classifiers`` in ``pyproject.toml``.
python: ['3.11', '3.12']
python: ['3.11', '3.12', '3.13']
numpy: ['numpy']
include:
- os: ubuntu-latest
Expand All @@ -95,11 +95,9 @@ jobs:
# Keep in sync with
# "Prerequisites" in User's Guide,
# ``build-system.requires`` in ``pyproject.toml``.
conda install -q setuptools pip wheel python-build packaging numpy cython bzip2 hdf5 lzo
conda install -q c-compiler cxx-compiler bzip2 hdf5 lzo zlib pip python-build
python -m pip install --require-hashes -r requirements.txt
python -m pip install --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple '${{ matrix.numpy }}'
# Keep in sync with ``project.optional-dependencies.doc`` in ``pyproject.toml``.
# conda install sphinx sphinx_rtd_theme numpydoc ipython
- name: Get source distribution
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -139,7 +137,7 @@ jobs:
run: |
# Keep in sync with "Prerequisites" in User's Guide,
# ``build-system.requires`` in ``pyproject.toml``.
conda install setuptools pip wheel python-build packaging py-cpuinfo "numpy>=2" cython numexpr bzip2 hdf5 lzo 'typing_extensions>=4.4.0' c-blosc2
conda install c-compiler cxx-compiler bzip2 hdf5 lzo zlib blosc c-blosc2 pip python-build setuptools wheel packaging py-cpuinfo "numpy>=2" cython numexpr 'typing_extensions>=4.4.0'
- name: Get source distrubtion
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 14ba482

Please sign in to comment.