8000 PR: Transform sorting functions from md to rst file by steff456 · Pull Request #333 · data-apis/array-api · GitHub
[go: up one dir, main page]

Skip to content

PR: Transform sorting functions from md to rst file #333

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Dec 6, 2021
Prev Previous commit
Next Next commit
Bump CI python to 3.8
  • Loading branch information
steff456 committed Nov 15, 2021
commit 58f3984fa3de972e71b9c4de077da76c0fefbd3d
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ _defaults: &defaults
docker:
# CircleCI maintains a library of pre-built images
# documented at https://circleci.com/docs/2.0/circleci-images/
- image: circleci/python:3.7.0
- image: circleci/python:3.8.0
working_directory: ~/repo

jobs:
Expand Down
0