Skip to content

Commit 1c35dc6

Browse files
author
Roman
committed
bring .circleci/config.yml back to staging state + test python 3.13.1
1 parent 4d0c4f7 commit 1c35dc6

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.circleci/config.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,8 @@ jobs:
9494
- v2-pypi-py<< parameters.python-version >>
9595

9696
- run:
97-
name: Setup Rust and Install Dependencies
97+
name: Update & Activate venv
9898
command: |
99-
curl https://sh.rustup.rs -sSf | sh -s -- -y
100-
export PATH="$HOME/.cargo/bin:$PATH"
101-
rustc --version
102-
cargo --version
103-
pip install maturin
10499
python -m venv .venv
105100
. .venv/bin/activate
106101
python -m pip install --upgrade uv
@@ -295,6 +290,9 @@ workflows:
295290
- check_compatibility:
296291
python_version: "3.12"
297292
name: check-compatibility-3.12
293+
- check_compatibility:
294+
python_version: "3.13"
295+
name: check-compatibility-3.13
298296

299297

300298
pr-requirements:
@@ -307,7 +305,7 @@ workflows:
307305
- build-and-test:
308306
matrix:
309307
parameters:
310-
python-version: [ "3.9.13", "3.10.6", "3.11.4", "3.12.7" ]
308+
python-version: [ "3.9.13", "3.10.6", "3.11.4", "3.12.7", "3.13.1"]
311309
requires:
312310
- check-if-pr-is-draft
313311
- unit-tests-all-python-versions:
@@ -316,7 +314,7 @@ workflows:
316314
- lint-and-type-check:
317315
matrix:
318316
parameters:
319-
python-version: [ "3.9.13", "3.10.6", "3.11.4", "3.12.7" ]
317+
python-version: [ "3.9.13", "3.10.6", "3.11.4", "3.12.7", "3.13.1" ]
320318
requires:
321319
- check-if-pr-is-draft
322320
#- coveralls:
@@ -342,4 +340,4 @@ workflows:
342340
filters:
343341
branches:
344342
only:
345-
- master
343+
- master

0 commit comments

Comments
 (0)