Skip to content

Commit

Permalink
Merge pull request yukinarit#268 from yukinarit/python3.11-dev
Browse files Browse the repository at this point in the history
ci: Build with python 3.11
  • Loading branch information
yukinarit authored Sep 11, 2022
2 parents eb53253 + 21717d7 commit 50ce93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
# Remove pypy-3.8 until it supports numpy
python-version: ["3.7", "3.8", "3.9", "3.10"] # "pypy-3.8"
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"] # "pypy-3.8"
os: [ubuntu-20.04, macos-10.15, windows-2019]
steps:
- name: Checkout
Expand Down

0 comments on commit 50ce93e

Please sign in to comment.