diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index 0d69505..4044d1f 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: - python-version: '3.10' + python-version: '3.11' - name: Install dependencies run: | python -m pip install --upgrade pip diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index a0eeb9c..6aa48da 100644 --- a/.github/workflows/general.yml +++ b/.github/workflows/general.yml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.8', '3.9', '3.10', '3.11'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/libraries.yml b/.github/workflows/libraries.yml index c3f5def..81b2ecb 100644 --- a/.github/workflows/libraries.yml +++ b/.github/workflows/libraries.yml @@ -19,44 +19,35 @@ jobs: matrix: include: - - library: numpy - version: 1.21.6 - python-version: '3.10' - - library: numpy - version: 1.22.4 - python-version: '3.10' - library: numpy version: 1.23.5 python-version: '3.10' - library: numpy version: 1.24.4 python-version: '3.11' + - library: numpy + version: 1.25.2 + python-version: '3.11' - - library: scikit-learn - version: 0.24.2 - python-version: 3.9 - - library: scikit-learn - version: 1.0.2 - python-version: '3.10' - library: scikit-learn version: 1.1.3 python-version: '3.10' - library: scikit-learn version: 1.2.2 python-version: '3.10' + - library: scikit-learn + version: 1.3.2 + python-version: '3.11' - - library: scipy - version: 1.7.3 - python-version: '3.10' - - library: scipy - version: 1.8.1 - python-version: '3.10' - library: scipy version: 1.9.3 python-version: '3.11' - library: scipy version: 1.10.1 python-version: '3.11' + - library: scipy + version: 1.11.4 + python-version: '3.11' - library: crlibm python-version: '3.10'