Skip to content

Commit

Permalink
Add py37
Browse files Browse the repository at this point in the history
  • Loading branch information
philbull committed Jul 29, 2021
1 parent 0e94955 commit 811fd7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Build a binary wheel and a source tarball
uses: RalfG/[email protected]_x86_64
with:
python-versions: 'cp38-cp38'
python-versions: 'cp37-cp37m cp38-cp38'
build-requirements: 'cython numpy'
- name: Copy manylinux wheel into the dist directory
run: |
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@

setup_args = {
"name": "pycola3",
"version": "0.0.4",
"version": "0.0.5",
"author": "Phil Bull / Svetlin V. Tassev",
"author_email": "[email protected]",
"description": "A Python/Cython N-body code, implementing the Comoving Lagrangian Acceleration (COLA) method in the temporal and spatial domains.",
Expand All @@ -112,7 +112,7 @@
"packages": find_namespace_packages(),
"classifiers": [
"Programming Language :: Python",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.8",
"Programming Language :: Cython",
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
Expand Down

0 comments on commit 811fd7f

Please sign in to comment.