Skip to content

Commit

Permalink
add python 3.10 to all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rkaminsk committed Nov 16, 2021
1 parent baa8536 commit d8199ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/conda/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ python:
- 3.7
- 3.8
- 3.9
- 3.10

# from https://github.com/phracker/MacOSX-SDKs
CONDA_BUILD_SYSROOT:
Expand Down
1 change: 1 addition & 0 deletions .github/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ conda:
- 3.7
- 3.8
- 3.9
- 3.10
# from https://github.com/phracker/MacOSX-SDKs
CONDA_BUILD_SYSROOT:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pipwinmac-wip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
os:
- macos-10.15
- windows-2016
python-version: [ '3.6', '3.7', '3.8', '3.9' ]
python-version: [ '3.6', '3.7', '3.8', '3.9', '3.10' ]

steps:
- name: Checkout repo
Expand Down

0 comments on commit d8199ab

Please sign in to comment.