Skip to content

Commit

Permalink
Remove Python3.8 from other CI builds
Browse files Browse the repository at this point in the history
* Remove Python3.8 from wheels build
* Ensure docu setup is run with python 3.10
  • Loading branch information
berndgassmann authored Dec 3, 2024
1 parent c105cb1 commit e7407d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
contents: write

runs-on: ubuntu-20.04
env:
PYTHON_BINDING_VERSION: "3.10"

steps:
- name: Harden Runner
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
include:
- os: ubuntu-20.04
PYTHON_BINDING_VERSION: "3.10"
- os: ubuntu-20.04
PYTHON_BINDING_VERSION: "3.8"

name: ${{ matrix.os }}, python-${{ matrix.PYTHON_BINDING_VERSION }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit e7407d1

Please sign in to comment.