Skip to content

Commit c45f27c

Browse files
fix: Added python 3.11 and macos. Version bump
1 parent 2d1d0b9 commit c45f27c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish_conda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
os: ["ubuntu-latest", "windows-latest"] #"macos-latest",
14-
python-version: ["3.8","3.9","3.10"]
13+
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
14+
python-version: ["3.8","3.9","3.10","3.11"]
1515
steps:
1616
- uses: conda-incubator/setup-miniconda@v2
1717
with:

LoopProjectFile/Version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.0.25"
1+
__version__ = "0.0.26"
22

33

44
# Current Loop Project File Version

0 commit comments

Comments
 (0)