Skip to content

Commit

Permalink
Testing on Python 3.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTail committed Feb 12, 2024
1 parent 462d1b6 commit 7754514
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,26 +51,36 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]
python: [ "3.7", "3.8", "3.9", "3.10", "3.11", "3.12" ]
octoprint: [ "1.5.0", "1.6.0", "1.7.0", "1.8.0", "1.9.0", "1.10.0rc2" ] # todo: use stable 1.10
exclude:
# These versions are not compatible to each other:
- octoprint: 1.5.0
python: 3.10
- octoprint: 1.5.0
python: 3.11
- octoprint: 1.5.0
python: 3.12
- octoprint: 1.6.0
python: 3.10
- octoprint: 1.6.0
python: 3.11
- octoprint: 1.6.0
python: 3.12
- octoprint: 1.7.0
python: 3.10
- octoprint: 1.7.0
python: 3.11
- octoprint: 1.7.0
python: 3.12
- octoprint: 1.8.0
python: 3.10
- octoprint: 1.8.0
python: 3.11
- octoprint: 1.8.0
python: 3.12
- octoprint: 1.9.0
python: 3.12
steps:
- uses: actions/checkout@v4
- name: Install Python
Expand Down

0 comments on commit 7754514

Please sign in to comment.