diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 37cb382..3713442 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -39,7 +39,7 @@ jobs: fail-fast: false matrix: os: ["ubuntu-latest", "macos-latest"] - python-version: ["3.8", "3.9"] + python-version: ["3.8", "3.9", "3.10"] name: ${{ matrix.os }} with Python ${{ matrix.python-version }} defaults: diff --git a/docs/installation.rst b/docs/installation.rst index f0927ed..a067783 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -16,4 +16,4 @@ If you want to use the most up-to-date version, you can install from the ``maste pip install git+https://github.com/neurostuff/PyMARE.git PyMARE requires Python >=3.6 and a number of packages. -For a complete list, please see the file ``setup.cfg``. +For a complete list, please see ``setup.cfg``. diff --git a/setup.cfg b/setup.cfg index 1d476e4..6aa0573 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,6 +30,7 @@ classifiers = Operating System :: OS Independent Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 Topic :: Scientific/Engineering [options]