Skip to content

Commit

Permalink
Merge pull request #105 from MDAnalysis/py-3.10
Browse files Browse the repository at this point in the history
Add py3.10 to gh actions (support 3.10 officially)
  • Loading branch information
orbeckst authored Feb 20, 2022
2 parents 899bc74 + 53b81dc commit 01dfa7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-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: windows-latest
python-version: 2.7
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Topic :: Scientific/Engineering',
'Topic :: Software Development :: Libraries :: Python Modules',
],
Expand Down

0 comments on commit 01dfa7d

Please sign in to comment.