We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c07fc9b + 6425ee0 commit b334e8aCopy full SHA for b334e8a
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
strategy:
8
fail-fast: false
9
matrix:
10
- python-version: [3.8, 3.9, "3.10"]
+ python-version: [3.8, 3.9, "3.10", "3.11-dev"]
11
numpy: [null, "numpy>=1.19,<2.0.0"]
12
uncertainties: [null, "uncertainties==3.1.6", "uncertainties>=3.1.6,<4.0.0"]
13
extras: [null]
0 commit comments