Skip to content

Commit

Permalink
Merge pull request #13 from NuSpaceSim/Issue12
Browse files Browse the repository at this point in the history
Fix issue 12 (first attempt) Resolves #12
  • Loading branch information
Areustle authored Jan 28, 2023
2 parents 12a248a + 7985ebd commit 22a929c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
python: [37, 38, 39]
python: [38, 39, 310, 311]
include:
- os: ubuntu-latest
platform_id: manylinux_x86_64
Expand All @@ -40,7 +40,7 @@ jobs:
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- name: Build wheels
uses: pypa/cibuildwheel@v2.0.0
uses: pypa/cibuildwheel@v2.12.0
env:
CIBW_ENVIRONMENT_MACOS: F90=gfortran-11
CIBW_BUILD: cp${{ matrix.python }}-${{ matrix.platform_id }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ src/nupyprop/matplotlibrc
src/nupyprop/interp_cdf.py

build_artifacts
.DS_store
5 changes: 2 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ classifiers =
Programming Language :: Fortran
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
description = A simulator for neutrino propagation through the earth.
keywords =
NASA
Expand Down Expand Up @@ -55,12 +55,11 @@ console_scripts =
universal = 0

[tox:tox]
envlist = py{37,38,39} docs
envlist = py{38,39} docs
isolated_build = True

[gh-actions]
python =
3.7: py37
3.8: py38
3.9: py39

Expand Down

0 comments on commit 22a929c

Please sign in to comment.