Skip to content

Commit

Permalink
Merge pull request #264 from scottclowe/ci_py3.10
Browse files Browse the repository at this point in the history
CI: Test on Python 3.10
  • Loading branch information
scottclowe committed Mar 21, 2022
2 parents af93405 + b6ba41a commit d8abb6b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-release-candidate.yaml
Expand Up @@ -52,7 +52,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9"]
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
include:
- os: macos-latest
python-version: "2.7"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Expand Up @@ -27,10 +27,10 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ["2.7", "3.5", "3.9"]
python-version: ["2.7", "3.5", "3.10"]
include:
- os: windows-latest
python-version: "3.9"
python-version: "3.10"
env:
OS: ${{ matrix.os }}
PYTHON: ${{ matrix.python-version }}
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -78,6 +78,7 @@ def run_tests(self):
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Bio-Informatics",
"Topic :: Scientific/Engineering :: Information Analysis",
Expand Down

0 comments on commit d8abb6b

Please sign in to comment.