Skip to content

Commit

Permalink
Merge pull request #41 from AMYPAD/py3.12
Browse files Browse the repository at this point in the history
py3.12
  • Loading branch information
casperdcl authored Feb 22, 2024
2 parents b7f57e6 + 0fea48f commit 9090192
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: [3.7, 3.11]
python: [3.7, 3.12]
steps:
- uses: actions/checkout@v4
with: {fetch-depth: 0}
Expand All @@ -41,12 +41,12 @@ jobs:
runs-on: [self-hosted, cuda, python]
strategy:
matrix:
python: [3.7, 3.11]
python: [3.7, 3.12]
steps:
- uses: actions/checkout@v4
with: {fetch-depth: 0}
- name: Run setup-python
run: setup-python -p${{ matrix.python }} 'cuda-version<12' 'cupy<13'
run: setup-python -p${{ matrix.python }} cupy
- name: pip install -U -e .[dev]
run: make CXX_FLAGS='' deps-build build-editable deps-run
- run: make test
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules",
Expand Down

0 comments on commit 9090192

Please sign in to comment.