Skip to content

Commit

Permalink
TST: try out Python 3.11.0b2
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Jun 13, 2022
1 parent b7e5736 commit d56f93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bleeding-edge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# the '-dev' suffix allows to use alphas and betas if no final release is available yet
# this version should be upgraded as often as possible, typically once a year when numpy
# and Cython are known to be compatible
python-version: '3.11-dev'
python-version: '3.11.0b2'

- name: Install dependencies
run: |
Expand Down

0 comments on commit d56f93c

Please sign in to comment.