Skip to content

Commit

Permalink
Adds 3.13 based CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
kushaldas committed Jan 31, 2025
1 parent 290a7e3 commit a8b80bc
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
27 changes: 14 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,6 @@ common-steps:
version: 2
jobs:
build-buster-3.8:
docker:
- image: circleci/python:3.8-buster
steps:
- checkout
- *install_system_packages
- *install_rustup
- *install_dependencies
- *build_jce
- *test_jce
- *typelint_jce

build-buster-3.9:
docker:
- image: circleci/python:3.9-buster
Expand Down Expand Up @@ -126,6 +114,19 @@ jobs:
- *test_jce
- *typelint_jce

build-bullseye-3.13:
docker:
- image: cimg/python:3.13.1
steps:
- checkout
- *install_system_packages_ubuntu22
- *install_rustup
- *install_dependencies
- *build_jce
- *test_jce
- *typelint_jce





Expand All @@ -136,6 +137,6 @@ workflows:
- build-bullseye-3.10
- build-bullseye-3.11
- build-bullseye-3.12
- build-bullseye-3.13
- build-buster-3.9
- build-buster-3.8

2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
python-version: ["3.10","3.11","3.12"]
python-version: ["3.10","3.11","3.12", "3.13"]
platform: [{ os: "windows-latest", python-architecture: "x64", rust-target: "x86_64-pc-windows-msvc" }]
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
python-version: ["3.10","3.11","3.12"]
python-version: ["3.10","3.11","3.12", "3.13"]
platform: [{ os: "windows-latest", python-architecture: "x64", rust-target: "x86_64-pc-windows-msvc" }]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a8b80bc

Please sign in to comment.