Skip to content

Commit

Permalink
v1.9.0-rc0 (#351)
Browse files Browse the repository at this point in the history
Co-authored-by: rtosholdings-bot <[email protected]>
  • Loading branch information
OrestZborowski-SIG and rtosholdings-bot authored Jun 14, 2023
1 parent a3bdace commit 15a13a5
Show file tree
Hide file tree
Showing 4 changed files with 121 additions and 63 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-2019]
python-version: [3.8, 3.9, "3.10"]
python-version: [3.9, "3.10", "3.11"]
numpy-version: [1.23]
steps:
- name: Checkout repo
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest", "windows-2019"]
python-version: [3.8, 3.9, "3.10"]
python-version: [3.9, "3.10", "3.11"]
env:
python_version: 3.9
ANACONDA_USER: rtosholdings
Expand Down
2 changes: 1 addition & 1 deletion conda_recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
python:
- 3.10
- 3.11
Loading

0 comments on commit 15a13a5

Please sign in to comment.