From 5307fd9ad6e12dcbdeeaee0123f1a335c4994651 Mon Sep 17 00:00:00 2001 From: Taylor Salo Date: Mon, 7 Mar 2022 15:58:09 -0500 Subject: [PATCH 1/2] Support Python 3.10. --- .github/workflows/testing.yml | 2 +- setup.cfg | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 555c1b5..e95b33f 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.6", "3.7", "3.8", "3.9"] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"] name: ${{ matrix.os }} with Python ${{ matrix.python-version }} defaults: run: diff --git a/setup.cfg b/setup.cfg index 5d281de..f1b588c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,6 +32,7 @@ classifiers = Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 Topic :: Scientific/Engineering [options] From 60914ddf514b43217162d23d7e16f29f87728d90 Mon Sep 17 00:00:00 2001 From: Taylor Salo Date: Thu, 21 Apr 2022 15:10:33 -0400 Subject: [PATCH 2/2] Update installation.rst --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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``.