Skip to content

Commit

Permalink
ci: Build with python 3.11 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yukinarit committed Nov 10, 2022
1 parent 4f62522 commit a8def55
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", "3.11-dev"] # "pypy-3.8"
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] # "pypy-3.8"
os: [ubuntu-20.04, macos-10.15, windows-2019]
steps:
- name: Checkout
Expand Down

0 comments on commit a8def55

Please sign in to comment.