Skip to content

Commit e6c2edf

Browse files
committed
bump version, add cp314
1 parent 747e706 commit e6c2edf

6 files changed

Lines changed: 11 additions & 10 deletions

File tree

.github/workflows/build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: ['3.10', '3.11', '3.12', '3.13', 'pypy3.10', 'pypy3.11']
18+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14', 'pypy3.10', 'pypy3.11']
1919

2020
steps:
2121
- name: Checkout

.github/workflows/build-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
# python-version: ['3.10', '3.11', '3.12', '3.13', 'pypy3.10', 'pypy3.11']
19-
python-version: ['3.10', '3.11', '3.12', '3.13']
19+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
2020

2121
steps:
2222
- name: Checkout

.github/workflows/build-windows.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: build-windows
22

33
on:
4-
push:
5-
branches:
6-
- main
4+
# push:
5+
# branches:
6+
# - main
77
release:
88
types:
99
- published
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: ['3.10', '3.11', '3.12', '3.13']
18+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
1919

2020
steps:
2121
- name: Checkout

.github/workflows/deploy-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [ubuntu-latest, windows-latest, macos-latest]
19-
python-version: ['cp310', 'cp311', 'cp312', 'cp313']
19+
python-version: ['cp310', 'cp311', 'cp312', 'cp313', 'cp314']
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@v6

.github/workflows/deploy-pypi.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [ubuntu-latest, windows-latest, macos-latest]
19-
python-version: ['cp310', 'cp311', 'cp312', 'cp14', 'pp39', 'pp310', 'pp311']
19+
# python-version: ['cp310', 'cp311', 'cp312', 'cp314', 'pp310', 'pp311']
20+
python-version: ['cp310', 'cp311', 'cp312', 'cp313', 'cp314']
2021
exclude:
2122
- os: windows-latest
2223
python-version: 'pp39'
@@ -138,7 +139,7 @@ jobs:
138139
# CIBW_BEFORE_ALL_LINUX: chmod +x .github/scripts/install_cuda.sh && .github/scripts/install_cuda.sh
139140
CIBW_ARCHS_LINUX: "x86_64"
140141
CIBW_BUILD: "${{ matrix.python-version }}-manylinux_x86_64"
141-
CIBW_SKIP: "pp38-* pp39-* cp38-* cp39-*"
142+
CIBW_SKIP: "pp* cp38-* cp39-*"
142143
CIBW_BUILD_VERBOSITY: 1
143144
CIBW_ENVIRONMENT: "USE_LONG_INT=0 USE_UNSIGNED_LONG_INT=0 USE_CBLAS=0 USE_MKL=0 USE_CUDA=1 CUDA_DYNAMIC_LOADING=1 CUDA_HOME=/usr/local/cuda"
144145
CIBW_BEFORE_BUILD: bash ./tools/wheels/install_openblas.sh "${{ matrix.python-version }}"

imate/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.29.4"
1+
__version__ = "0.29.5"

0 commit comments

Comments
 (0)