Skip to content

Commit

Permalink
bump python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rkaminsk committed Feb 15, 2024
1 parent 7748f42 commit 02815c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/conda/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
python:
- 3.6
- 3.7
- 3.8
- 3.9
- 3.10
- 3.11
- 3.12

# from https://github.com/phracker/MacOSX-SDKs
CONDA_BUILD_SYSROOT:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
python-version: ['3.7']
python-version: ['3.10']
include:
- os: 'ubuntu-latest'
generator: 'Ninja'
Expand Down

0 comments on commit 02815c8

Please sign in to comment.