Skip to content

Commit 06b41c3

Browse files
authored
Merge pull request #241 from fooof-tools/test310
[MNT] - Add testing & list support of 3.10
2 parents b376e00 + 27db08d commit 06b41c3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
build:
1313

1414
runs-on: ubuntu-latest
15-
env:
15+
env:
1616
MODULE_NAME: fooof
1717
strategy:
1818
matrix:
19-
python-version: [3.6, 3.7, 3.8, 3.9]
19+
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
2020

2121
steps:
2222
- uses: actions/checkout@v2

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
'Programming Language :: Python :: 3.6',
4242
'Programming Language :: Python :: 3.7',
4343
'Programming Language :: Python :: 3.8',
44-
'Programming Language :: Python :: 3.9'
44+
'Programming Language :: Python :: 3.9',
45+
'Programming Language :: Python :: 3.10',
4546
],
4647
platforms = 'any',
4748
project_urls = {

0 commit comments

Comments
 (0)