Skip to content

Commit

Permalink
PyStan doesn't work with 3.10, so drop it.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Dec 17, 2021
1 parent 3539116 commit bcee35c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Expand Up @@ -36,7 +36,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
python-version: ["3.6", "3.7", "3.8", "3.9"]
name: ${{ matrix.os }} with Python ${{ matrix.python-version }}
defaults:
run:
Expand Down
6 changes: 3 additions & 3 deletions docs/index.rst
Expand Up @@ -17,9 +17,9 @@ PyMARE is a Python package for meta-analyses and meta-regressions.
:target: https://opensource.org/licenses/MIT
:alt: License

.. image:: https://circleci.com/gh/neurostuff/PyMARE.svg?style=shield
:target: https://circleci.com/gh/neurostuff/PyMARE
:alt: CircleCI
.. image:: https://github.com/neurostuff/pymare/actions/workflows/testing.yml/badge.svg
:target: https://github.com/neurostuff/pymare/actions/workflows/testing.yml/badge.svg
:alt: GitHub CI

.. image:: https://readthedocs.org/projects/pymare/badge/?version=latest
:target: http://pymare.readthedocs.io/en/latest/?badge=latest
Expand Down
1 change: 0 additions & 1 deletion pymare/info.py
Expand Up @@ -96,6 +96,5 @@
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Topic :: Scientific/Engineering",
]

0 comments on commit bcee35c

Please sign in to comment.