diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 4006e12..d2c9042 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -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: diff --git a/docs/index.rst b/docs/index.rst index 8f9f4d4..cc7f316 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 diff --git a/pymare/info.py b/pymare/info.py index 0c5d4ec..3ebe394 100644 --- a/pymare/info.py +++ b/pymare/info.py @@ -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", ]