Skip to content

Commit b334e8a

Browse files
authored
Merge pull request #1622 from hgrecco/develop
Add tests for Python 3.11-dev
2 parents c07fc9b + 6425ee0 commit b334e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
python-version: [3.8, 3.9, "3.10"]
10+
python-version: [3.8, 3.9, "3.10", "3.11-dev"]
1111
numpy: [null, "numpy>=1.19,<2.0.0"]
1212
uncertainties: [null, "uncertainties==3.1.6", "uncertainties>=3.1.6,<4.0.0"]
1313
extras: [null]

0 commit comments

Comments
 (0)