Skip to content

Commit

Permalink
CI: Test with python3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Apr 27, 2024
1 parent be1a983 commit 17104d9
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 15 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
python_version:
- "3.11"
- "3.12"
os:
- ubuntu-latest

Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
fail-fast: false
matrix:
python_version:
- "3.11"
- "3.12"
os:
- ubuntu-latest

Expand Down Expand Up @@ -93,6 +93,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
os:
- ubuntu-latest
- macos-latest
Expand Down Expand Up @@ -135,7 +136,7 @@ jobs:
fail-fast: false
matrix:
python_version:
- "3.11"
- "3.12"
os:
- ubuntu-latest

Expand All @@ -160,6 +161,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
os:
- ubuntu-latest
- macos-latest
Expand Down Expand Up @@ -217,6 +219,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
os:
- ubuntu-latest

Expand Down Expand Up @@ -272,6 +275,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
os:
- ubuntu-latest

Expand Down
14 changes: 9 additions & 5 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
python_version:
- "3.11"
- "3.12"
os:
- ubuntu-latest

Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
fail-fast: false
matrix:
python_version:
- "3.11"
- "3.12"
os:
- ubuntu-latest

Expand Down Expand Up @@ -89,6 +89,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
os:
- ubuntu-latest
- macos-latest
Expand Down Expand Up @@ -132,7 +133,7 @@ jobs:
fail-fast: false
matrix:
python_version:
- "3.11"
- "3.12"
os:
- ubuntu-latest

Expand All @@ -157,6 +158,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
os:
- ubuntu-latest
- macos-latest
Expand Down Expand Up @@ -214,6 +216,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
os:
- ubuntu-latest

Expand Down Expand Up @@ -269,6 +272,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
os:
- ubuntu-latest

Expand Down Expand Up @@ -302,7 +306,7 @@ jobs:
fail-fast: false
matrix:
python_version:
- "3.11"
- "3.12"
os:
- ubuntu-latest

Expand Down Expand Up @@ -346,7 +350,7 @@ jobs:
fail-fast: false
matrix:
python_version:
- "3.11"
- "3.12"
os:
- ubuntu-latest

Expand Down
15 changes: 8 additions & 7 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
python_version:
- "3.11"
- "3.12"
os:
- ubuntu-latest

Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
fail-fast: false
matrix:
python_version:
- "3.11"
- "3.12"
os:
- ubuntu-latest

Expand Down Expand Up @@ -85,10 +85,11 @@ jobs:
fail-fast: false
matrix:
python_version:
- "3.8"
- "3.2"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
os:
- ubuntu-latest
- macos-latest
Expand Down Expand Up @@ -131,7 +132,7 @@ jobs:
fail-fast: false
matrix:
python_version:
- "3.11"
- "3.12"
os:
- ubuntu-latest

Expand All @@ -154,7 +155,7 @@ jobs:
fail-fast: false
matrix:
python_version:
- "3.11"
- "3.12"
os:
- ubuntu-latest

Expand Down Expand Up @@ -198,13 +199,13 @@ jobs:
fail-fast: false
matrix:
python_version:
- "3.11"
- "3.12"
os:
- ubuntu-latest

env:
DOCKER_PYTHON_VERSION: "3.11"
BUILDER_CLONE_DIRNAME: pyfunceble_docker
BUILDER_CLONE_DIRNAM2: pyfunceble_docker
OUR_DOCKER_USERNAME: ${{ secrets.OUR_DOCKER_USERNAME }}
OUR_DOCKER_PASSWORD: ${{ secrets.OUR_DOCKER_PASSWORD }}
OUR_DOCKER_EMAIL: ${{ secrets.OUR_DOCKER_EMAIL }}
Expand Down

0 comments on commit 17104d9

Please sign in to comment.