Skip to content
Snippets Groups Projects

transonic 0.7.3 for py>3.10, beniget~=0.4.2 and gast~=0.6.0

Merged Pierre Augier requested to merge topic/default/transonic-0.7.3 into branch/default
Files
5
@@ -9,9 +9,9 @@
@@ -9,9 +9,9 @@
runs-on: ubuntu-latest
runs-on: ubuntu-latest
strategy:
strategy:
matrix:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12", "3.13"]
steps:
steps:
- name: apt install
- name: apt install
run: |
run: |
sudo apt install -y libopenmpi-dev libopenblas-dev
sudo apt install -y libopenmpi-dev libopenblas-dev
@@ -13,7 +13,7 @@
@@ -13,7 +13,7 @@
steps:
steps:
- name: apt install
- name: apt install
run: |
run: |
sudo apt install -y libopenmpi-dev libopenblas-dev
sudo apt install -y libopenmpi-dev libopenblas-dev
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python ${{ matrix.python-version }}
@@ -19,5 +19,5 @@
@@ -19,5 +19,5 @@
- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
with:
python-version: ${{ matrix.python-version }}
python-version: ${{ matrix.python-version }}
- name: Install dependencies
- name: Install dependencies
Loading