Skip to content

Commit

Permalink
Merge pull request #82 from tsalo/py310
Browse files Browse the repository at this point in the history
Support Python 3.10
  • Loading branch information
jdkent authored Apr 3, 2024
2 parents bee163b + 760afb3 commit 1402199
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 1402199

Please sign in to comment.