Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
40 changes: 20 additions & 20 deletions .cirrus.yml.backup
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
#########################################################
# Build arm64 wheels for OSX on Cirrus CI
#########################################################

cirrus_wheels_macos_arm64_task:
name: Build macOS arm64 wheels.
macos_instance:
image: ghcr.io/cirruslabs/macos-monterey-xcode:13.3.1
env:
PATH: /opt/homebrew/opt/python@3.10/bin:$PATH
CIBW_ARCHS_MACOS: arm64
CIBW_TEST_COMMAND: "python -m flint.test"
install_pre_requirements_script:
- python3 -m venv venv
- venv/bin/pip install --upgrade pip
- venv/bin/pip install cibuildwheel==2.16.2
run_cibuildwheel_script:
- venv/bin/cibuildwheel --platform macos
wheels_artifacts:
path: "wheelhouse/*"
#########################################################
# Build arm64 wheels for OSX on Cirrus CI
#########################################################
cirrus_wheels_macos_arm64_task:
name: Build macOS arm64 wheels.
macos_instance:
image: ghcr.io/cirruslabs/macos-monterey-xcode:13.3.1
env:
PATH: /opt/homebrew/opt/python@3.10/bin:$PATH
CIBW_ARCHS_MACOS: arm64
CIBW_TEST_COMMAND: "python -m flint.test"
install_pre_requirements_script:
- python3 -m venv venv
- venv/bin/pip install --upgrade pip
- venv/bin/pip install cibuildwheel==2.16.2
run_cibuildwheel_script:
- venv/bin/cibuildwheel --platform macos
wheels_artifacts:
path: "wheelhouse/*"
4 changes: 2 additions & 2 deletions .coveragerc.meson
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[run]
plugins = coverage_plugin
[run]
plugins = coverage_plugin
4 changes: 2 additions & 2 deletions .coveragerc.setuptools
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[run]
plugins = Cython.Coverage
[run]
plugins = Cython.Coverage
36 changes: 18 additions & 18 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: "monthly"
groups:
minor-patch-dependencies:
patterns:
- "*"
update-types:
- "patch"
- "minor"
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: "monthly"
groups:
minor-patch-dependencies:
patterns:
- "*"
update-types:
- "patch"
- "minor"
Loading