Skip to content

Commit 411e695

Browse files
committed
Merge branch 'main' into soft-assert
2 parents 4b5244f + 4e98d68 commit 411e695

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,9 @@ jobs:
169169
- name: Get conda
170170
uses: conda-incubator/setup-miniconda@v3
171171
with:
172-
python-version: 3.9
172+
python-version: 3.12
173173
channels: conda-forge
174+
miniconda-version: latest
174175
- name: Prepare
175176
run: conda install conda-build conda-verify
176177
- name: Build

local-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
autobahn==23.1.2
22
black==25.1.0
33
build==1.2.2.post1
4-
flake8==7.1.1
4+
flake8==7.1.2
55
flaky==3.8.1
66
mypy==1.15.0
77
objgraph==3.6.2
88
Pillow==11.1.0
99
pixelmatch==0.3.0
1010
pre-commit==3.5.0
11-
pyOpenSSL==24.3.0
11+
pyOpenSSL==25.0.0
1212
pytest==8.3.4
1313
pytest-asyncio==0.25.3
1414
pytest-cov==6.0.0

meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ source:
66
path: .
77

88
build:
9+
noarch: python
910
number: 0
1011
script: "{{ PYTHON }} -m pip install . --no-deps -vv"
1112
binary_relocation: False

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools==75.6.0", "setuptools-scm==8.1.0", "wheel==0.45.1", "auditwheel==6.2.0"]
2+
requires = ["setuptools==75.8.0", "setuptools-scm==8.1.0", "wheel==0.45.1", "auditwheel==6.2.0"]
33
build-backend = "setuptools.build_meta"
44

55
[project]

0 commit comments

Comments
 (0)