Skip to content
Closed
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 0 additions & 33 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

7 changes: 0 additions & 7 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

17 changes: 0 additions & 17 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

15 changes: 4 additions & 11 deletions .github/workflows/build_and_upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ jobs:
fail-fast: false
matrix:
include:
- artifact: wheel-linux_x86_64_python38
python: /opt/python/cp38-cp38/bin/python
container: ghcr.io/openjij/openjij-builder-minimum-manylinux_2_28_x86_64:latest
- artifact: wheel-linux_x86_64_python39
python: /opt/python/cp39-cp39/bin/python
container: ghcr.io/openjij/openjij-builder-minimum-manylinux_2_28_x86_64:latest
Expand Down Expand Up @@ -140,10 +137,6 @@ jobs:
fail-fast: false
matrix:
include:
- artifact: wheel-linux_aarch64_python38
os: ubuntu-latest
arch: aarch64
CIBW_BUILD: cp38-manylinux_aarch64
- artifact: wheel-linux_aarch64_python39
os: ubuntu-latest
arch: aarch64
Expand Down Expand Up @@ -189,7 +182,7 @@ jobs:
CIBW_BEFORE_BUILD_LINUX: >
source scl_source enable gcc-toolset-11 &&
pip install 'pybind11<3' cmake ninja
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.8,<3.13"
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.9,<3.13"
- uses: actions/upload-artifact@v4
with:
name: ${{matrix.artifact}}
Expand Down Expand Up @@ -219,7 +212,7 @@ jobs:
CIBW_SKIP: "cp313-* pp*"
CIBW_PLATFORM: macos
CIBW_ARCHS: x86_64
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.8,<3.13"
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.9,<3.13"
CIBW_ENVIRONMENT: >
MACOSX_DEPLOYMENT_TARGET=${{ matrix.MACOSX_DEPLOYMENT_TARGET }}
- uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -251,7 +244,7 @@ jobs:
CIBW_SKIP: "cp313-* pp*"
CIBW_PLATFORM: macos
CIBW_ARCHS: arm64
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.8,<3.13"
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.9,<3.13"
CIBW_ENVIRONMENT: "MACOSX_DEPLOYMENT_TARGET=${{ matrix.MACOSX_DEPLOYMENT_TARGET }}"
- uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -311,7 +304,7 @@ jobs:
CIBW_ENVIRONMENT: ${{ matrix.CIBW_ENVIRONMENT }}
CIBW_PLATFORM: ${{ matrix.CIBW_PLATFORM }}
CIBW_ARCHS: ${{matrix.arch}}
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.8,<3.13"
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.9,<3.13"

- uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-test-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.9', '3.10', '3.11', '3.12']
#os: [windows-latest]
#python-version: ['3.10']
include:
Expand Down
45 changes: 0 additions & 45 deletions .github/workflows/deploy-openjij-www.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/python-build-test.yml

This file was deleted.

Loading
Loading