Skip to content

Ci python 3.12 3.13 #3951

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 31 commits into from
Mar 4, 2025
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
086fe82
Add Python 3.12 and 3.13 to CI
dekkers Oct 11, 2024
9ab778d
Make workflow trigger when workflow file is changed
dekkers Oct 11, 2024
b001362
Merge branch 'main' into ci-python-3.12-3.13
dekkers Oct 14, 2024
dae9166
Merge branch 'main' into ci-python-3.12-3.13
dekkers Oct 16, 2024
50185e2
Merge branch 'main' into ci-python-3.12-3.13
dekkers Oct 28, 2024
69cb44a
Merge branch 'main' into ci-python-3.12-3.13
dekkers Dec 10, 2024
cfc2020
Fix typo in workflow
dekkers Dec 10, 2024
6dd6cca
Merge branch 'main' into ci-python-3.12-3.13
originalsouth Jan 14, 2025
c1334c9
Updated Granian
ammar92 Feb 25, 2025
48bc053
Merge branch 'main' into ci-python-3.12-3.13
ammar92 Feb 25, 2025
77c58d0
Merge branch 'ci-python-3.12-3.13' of github.com:minvws/nl-kat-coordi…
ammar92 Feb 25, 2025
1700f69
Fixed requirements for Granian
ammar92 Feb 25, 2025
790ea57
Added setuptools explicitly for backwords compatibility
ammar92 Feb 25, 2025
09ce894
Updated greenlet for boefjes
ammar92 Feb 25, 2025
881f2ed
Updated grpcio for Boefjes
ammar92 Feb 25, 2025
d68eb4f
Updated Pillow
ammar92 Feb 25, 2025
d405e6f
Updated rpds-py
ammar92 Feb 25, 2025
ed40591
Updated psycopg2 for Boefjes
ammar92 Feb 25, 2025
60d58f2
Merge branch 'main' into ci-python-3.12-3.13
ammar92 Feb 25, 2025
5873fab
Updated psycopg2 for Mula
ammar92 Feb 25, 2025
13f15a2
Merge branch 'ci-python-3.12-3.13' of github.com:minvws/nl-kat-coordi…
ammar92 Feb 25, 2025
ba77a32
Updated uvloop for Rocky
ammar92 Feb 25, 2025
fef377c
Updated psycopg2 for Rocky
ammar92 Feb 25, 2025
dc8daba
Updated Weasyprint and cffi
ammar92 Feb 25, 2025
42094cc
Merge branch 'main' into ci-python-3.12-3.13
ammar92 Feb 26, 2025
7fe993a
Merge branch 'main' into ci-python-3.12-3.13
underdarknl Feb 26, 2025
63fea08
Merge branch 'main' into ci-python-3.12-3.13
underdarknl Feb 26, 2025
53b93fc
Merge branch 'main' into ci-python-3.12-3.13
underdarknl Feb 26, 2025
a2b6f95
Merge branch 'main' into ci-python-3.12-3.13
underdarknl Feb 27, 2025
097d97e
Merge branch 'main' into ci-python-3.12-3.13
underdarknl Feb 27, 2025
b0f4b0f
Merge branch 'main' into ci-python-3.12-3.13
dekkers Mar 4, 2025
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
6 changes: 3 additions & 3 deletions .github/workflows/boefjes_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ on:
paths:
- boefjes/**
- octopoes/**
- .github/workflows/boefjes_test.yml
- .github/workflows/boefjes_tests.yml
pull_request:
paths:
- boefjes/**
- octopoes/**
- .github/workflows/boefjes_test.yml
- .github/workflows/boefjes_tests.yml

jobs:
Tests:
strategy:
fail-fast: false
matrix:
version: ["3.10", "3.11"]
version: ["3.10", "3.11", "3.12", "3.13"]

runs-on: ubuntu-20.04
env:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/bytes_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ on:
- "*"
paths:
- bytes/**
- .github/workflows/bytes_test.yml
- .github/workflows/bytes_tests.yml
pull_request:
paths:
- bytes/**
- .github/workflows/bytes_test.yml
- .github/workflows/bytes_tests.yml

jobs:
test:
strategy:
fail-fast: false
matrix:
version: ["3.10", "3.11"]
version: ["3.10", "3.11", "3.12", "3.13"]

runs-on: ubuntu-20.04

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/keiko_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: ["3.10", "3.11"]
version: ["3.10", "3.11", "3.12", "3.13"]

runs-on: ubuntu-22.04

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/mula_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ on:
- "*"
paths:
- mula/**
- .github/workflows/mula_test.yml
- .github/workflows/mula_tests.yml
pull_request:
paths:
- mula/**
- .github/workflows/mula_test.yml
- .github/workflows/mula_tests.yml

jobs:
test:
strategy:
fail-fast: false
matrix:
version: ["3.10", "3.11"]
version: ["3.10", "3.11", "3.12", "3.13"]

runs-on: ubuntu-20.04
env:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/octopoes_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ on:
- "*"
paths:
- octopoes/**
- .github/workflows/octopoes_test.yml
- .github/workflows/octopoes_tests.yml
pull_request:
paths:
- octopoes/**
- .github/workflows/octopoes_test.yml
- .github/workflows/octopoes_tests.yml

jobs:
test:
strategy:
fail-fast: false
matrix:
version: ["3.10", "3.11"]
version: ["3.10", "3.11", "3.12", "3.13"]

runs-on: ubuntu-22.04

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rocky_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ on:
paths:
- octopoes/**
- rocky/**
- .github/workflows/rocky_test.yml
- .github/workflows/rocky_tests.yml
pull_request:
paths:
- octopoes/**
- rocky/**
- .github/workflows/rocky_test.yml
- .github/workflows/rocky_tests.yml

jobs:
test:
strategy:
fail-fast: false
matrix:
version: ["3.10", "3.11"]
version: ["3.10", "3.11", "3.12", "3.13"]

runs-on: ubuntu-22.04

Expand Down
Loading