Skip to content

Commit

Permalink
Merge branch 'CyanideCN:master' into fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pysoer authored Apr 30, 2024
2 parents 6081556 + 0d1f55f commit c316f21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "windows-latest"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v2
Expand All @@ -31,6 +31,7 @@ jobs:
run: |
python -m pip install --upgrade setuptools
python -m pip install --upgrade wheel
python -m pip install --upgrade numpy==2.0.0rc1
python setup.py bdist_wheel
- name: Upload artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit c316f21

Please sign in to comment.