summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHernan <hernan.grecco@gmail.com>2022-10-25 10:42:16 -0300
committerHernan <hernan.grecco@gmail.com>2022-10-25 10:42:16 -0300
commitf9931f4148e49b79201eb19553b8fb51076b9ba0 (patch)
tree01522009e1d34c84588ef9647309d657b34cb279 /.github
parent2d8bfcd44e60e7c6d9f7bf9b4ae4dd1cb12e464d (diff)
downloadpint-f9931f4148e49b79201eb19553b8fb51076b9ba0.tar.gz
Test against Python 3.11
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 46a1262..e70fd13 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python-version: [3.8, 3.9, "3.10", "3.11-dev"]
+ python-version: [3.8, 3.9, "3.10", "3.11"]
numpy: [null, "numpy>=1.19,<2.0.0"]
uncertainties: [null, "uncertainties==3.1.6", "uncertainties>=3.1.6,<4.0.0"]
extras: [null]