mirror of https://github.com/silx-kit/pyFAI.git
include more recent versions of python
3.12 for linux 3.11 for windows
This commit is contained in:
parent
97b8941f0f
commit
64a26b25ed
|
@ -15,7 +15,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
|
||||
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
@ -36,14 +36,15 @@ environment:
|
|||
- PYTHON_DIR: "C:\\Python37-x64"
|
||||
PYTHON_ARCH: "64"
|
||||
|
||||
# Python 3.8
|
||||
- PYTHON_DIR: "C:\\Python38-x64"
|
||||
PYTHON_ARCH: "64"
|
||||
|
||||
# Python 3.9
|
||||
- PYTHON_DIR: "C:\\Python39-x64"
|
||||
PYTHON_ARCH: "64"
|
||||
|
||||
# Python 3.11
|
||||
- PYTHON_DIR: "C:\\Python311-x64"
|
||||
PYTHON_ARCH: "64"
|
||||
|
||||
|
||||
init:
|
||||
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
||||
|
||||
|
|
Loading…
Reference in New Issue