diff options
| author | J08nY | 2024-05-30 13:42:43 +0200 |
|---|---|---|
| committer | J08nY | 2024-05-30 13:42:43 +0200 |
| commit | fac7017c7d072084d4546a03dd96ebb59ff3572e (patch) | |
| tree | 7c5cc171345d6989df0fd5326c7b77bb686e4039 /.github/workflows/test.yml | |
| parent | 125675ad8773bee5537091da0f693563f34990af (diff) | |
| download | pyecsca-fac7017c7d072084d4546a03dd96ebb59ff3572e.tar.gz pyecsca-fac7017c7d072084d4546a03dd96ebb59ff3572e.tar.zst pyecsca-fac7017c7d072084d4546a03dd96ebb59ff3572e.zip | |
Test Python 3.12 in CI.
Diffstat (limited to '.github/workflows/test.yml')
| -rw-r--r-- | .github/workflows/test.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 06a572f..84024d3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - python-version: ["3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11", "3.12"] gmp: [0, 1] env: PYTHON: ${{ matrix.python-version }} @@ -43,9 +43,6 @@ jobs: run: | sudo apt-get install -y $PS_PACKAGES $OTHER_PACKAGES if [ $USE_GMP == 1 ]; then sudo apt-get install -y $GMP_PACKAGES; fi - - name: Install numpy - run: | - pip install "numpy<1.25" - name: Install picoscope bindings run: | git clone https://github.com/colinoflynn/pico-python && cd pico-python && python setup.py install && cd .. |
