Skip to content

Commit 36e1ad6

Browse files
LGrodynobo
andauthored
add py3.11 to compatible versions and CI/CD test (#73)
* add py3.11 to compatible versions and CI/CD test * Update dask to most version * Add fixtures required by distributed.utils_test.client * bump version -> 4.8.3 Signed-off-by: Grossberger Lukas (CR/AIR2.2) <Lukas.Grossberger@de.bosch.com> Signed-off-by: Buech Holger <holger.buech@de.bosch.com> Co-authored-by: Buech Holger <holger.buech@de.bosch.com>
1 parent 5533d1c commit 36e1ad6

File tree

5 files changed

+507
-417
lines changed

5 files changed

+507
-417
lines changed

.github/workflows/python.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
fail-fast: false
4242
matrix:
4343
os: [ubuntu-20.04]
44-
python-version: ["python:3.8", "python:3.9", "python:3.10"]
44+
python-version: ["python:3.8", "python:3.9", "python:3.10", "python:3.11"]
4545
container: ${{ matrix.python-version }}-slim
4646
steps:
4747
- uses: actions/checkout@v2

blackboxopt/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "4.8.2"
1+
__version__ = "4.8.3"
22

33
from parameterspace import ParameterSpace
44

0 commit comments

Comments
 (0)