Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: "3.8"
python-version: "3.10"

- name: deps
run: python -m pip install -U tox
Expand All @@ -42,7 +42,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: "3.8"
python-version: "3.10"

- name: deps
run: python -m pip install -U wheel setuptools build
Expand All @@ -56,13 +56,13 @@ jobs:
runs-on: ubuntu-latest
if: ${{ !github.event.pull_request.draft }}
env:
TOXENV: py38
TOXENV: py310
steps:
- uses: actions/checkout@v3

- uses: actions/setup-python@v4
with:
python-version: "3.8"
python-version: "3.10"

- name: deps
run: python -m pip install -U tox
Expand All @@ -76,13 +76,13 @@ jobs:
runs-on: ubuntu-latest
if: ${{ !github.event.pull_request.draft }}
env:
TOXENV: py38
TOXENV: py310
steps:
- uses: actions/checkout@v3

- uses: actions/setup-python@v4
with:
python-version: "3.8"
python-version: "3.10"

- name: deps
run: python -m pip install -U tox
Expand Down Expand Up @@ -112,13 +112,13 @@ jobs:
runs-on: ubuntu-latest
if: ${{ !github.event.pull_request.draft }}
env:
TOXENV: py38
TOXENV: py310
steps:
- uses: actions/checkout@v3

- uses: actions/setup-python@v4
with:
python-version: "3.8"
python-version: "3.10"

- name: deps
run: python -m pip install -U tox
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: "3.8"
python-version: "3.10"

- name: Generate documentation
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: "3.8"
python-version: "3.10"

- name: deps
run: python -m pip install -U build
Expand Down
73 changes: 0 additions & 73 deletions .gitlab-ci.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.8"
python: "3.10"

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
- xx

## Changed
- xx
- Update Python version in pipeline to 3.10
- Update RTC-Tools version 2.7.0
- Update Casadi version 3.7, which includes Highs 1.10

## Fixed
- xx
Expand Down
Loading