Skip to content

Commit 15c5d1f

Browse files
committed
0.0.186
1 parent bd3b058 commit 15c5d1f

File tree

3 files changed

+5
-26
lines changed

3 files changed

+5
-26
lines changed

.github/workflows/regression_suite.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
max-parallel: 4
1414
fail-fast: false
1515
matrix:
16-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.13t']
16+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
1717
runs-on: ubuntu-latest
1818
steps:
1919

.github/workflows/release.yaml

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.13t']
17+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Check out repository
@@ -47,7 +47,7 @@ jobs:
4747
strategy:
4848
max-parallel: 4
4949
matrix:
50-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.13t']
50+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
5151

5252
steps:
5353
- uses: actions/checkout@v3.5.3
@@ -89,7 +89,7 @@ jobs:
8989
strategy:
9090
max-parallel: 3
9191
matrix:
92-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.13t']
92+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
9393

9494
steps:
9595
- uses: actions/checkout@v3.5.3
@@ -177,13 +177,6 @@ jobs:
177177
path: dist-linux-3.13
178178
- run: mv -v dist-linux-3.13/* dist/
179179

180-
- name: Stage linux 3.13t
181-
uses: actions/download-artifact@v4.1.7
182-
with:
183-
name: dist-linux-3.13t
184-
path: dist-linux-3.13t
185-
- run: mv -v dist-linux-3.13t/* dist/
186-
187180
- name: Stage macos 3.9
188181
uses: actions/download-artifact@v4.1.7
189182
with:
@@ -218,13 +211,6 @@ jobs:
218211
name: dist-macos-3.13
219212
path: dist-macos-3.13
220213
- run: mv -v dist-macos-3.13/* dist/
221-
222-
- name: Stage macos 3.13t
223-
uses: actions/download-artifact@v4.1.7
224-
with:
225-
name: dist-macos-3.13t
226-
path: dist-macos-3.13t
227-
- run: mv -v dist-macos-3.13t/* dist/
228214

229215
- name: Stage windows 3.9
230216
uses: actions/download-artifact@v4.1.7
@@ -260,13 +246,6 @@ jobs:
260246
name: dist-windows-3.13
261247
path: dist-windows-3.13
262248
- run: mv -v dist-windows-3.13/* dist/
263-
264-
- name: Stage windows 3.13t
265-
uses: actions/download-artifact@v4.1.7
266-
with:
267-
name: dist-windows-3.13t
268-
path: dist-windows-3.13t
269-
- run: mv -v dist-windows-3.13t/* dist/
270249

271250
- name: Publish distribution 📦 to PyPI
272251
uses: pypa/gh-action-pypi-publish@release/v1

orso/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
# See the License for the specific language governing permissions and
1111
# limitations under the License.
1212

13-
__version__: str = "0.0.185"
13+
__version__: str = "0.0.186"
1414
__author__: str = "@joocer"

0 commit comments

Comments
 (0)