Commit c1270add authored by Godefroid Chapelle's avatar Godefroid Chapelle

Run tests with 3.11 on Circle as well

parent 39c12863
...@@ -72,7 +72,7 @@ workflows: ...@@ -72,7 +72,7 @@ workflows:
- test: - test:
matrix: matrix:
parameters: parameters:
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10"] python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
build-type: ["centos_containers", "debian_containers"] build-type: ["centos_containers", "debian_containers"]
tests-sys-debian: tests-sys-debian:
jobs: jobs:
...@@ -86,7 +86,7 @@ workflows: ...@@ -86,7 +86,7 @@ workflows:
- install-python-and-test-ubuntu: - install-python-and-test-ubuntu:
matrix: matrix:
parameters: parameters:
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10"] python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
tests-macos-machines: tests-macos-machines:
jobs: jobs:
- install-python-and-test-macos: - install-python-and-test-macos:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment