Skip to content

Commit a33d5f7

Browse files
committed
try testing against 3.11
1 parent 6cd7f3a commit a33d5f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
MODULE_NAME: fooof
1717
strategy:
1818
matrix:
19-
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
19+
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
20+
#python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
2021

2122
steps:
2223
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)