diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 3146bb98..f49b3d8e 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -26,54 +26,57 @@ jobs: toxpython: 'python3.11' tox_env: 'docs' os: 'ubuntu-latest' - - name: 'py38 (ubuntu)' - python: '3.8' - toxpython: 'python3.8' - python_arch: 'x64' - tox_env: 'py38' - os: 'ubuntu-latest' - - name: 'py38 (macos)' - python: '3.8' - toxpython: 'python3.8' - python_arch: 'x64' - tox_env: 'py38' - os: 'macos-latest' - - name: 'py39 (ubuntu)' - python: '3.9' - toxpython: 'python3.9' - python_arch: 'x64' - tox_env: 'py39' - os: 'ubuntu-latest' - - name: 'py39 (macos)' - python: '3.9' - toxpython: 'python3.9' - python_arch: 'x64' - tox_env: 'py39' - os: 'macos-latest' - - name: 'py310 (ubuntu)' - python: '3.10' - toxpython: 'python3.10' - python_arch: 'x64' - tox_env: 'py310' - os: 'ubuntu-latest' - - name: 'py310 (macos)' - python: '3.10' - toxpython: 'python3.10' - python_arch: 'x64' - tox_env: 'py310' - os: 'macos-latest' + +# FIXME TEMP WIP +# - name: 'py38 (ubuntu)' +# python: '3.8' +# toxpython: 'python3.8' +# python_arch: 'x64' +# tox_env: 'py38' +# os: 'ubuntu-latest' +# - name: 'py38 (macos)' +# python: '3.8' +# toxpython: 'python3.8' +# python_arch: 'x64' +# tox_env: 'py38' +# os: 'macos-latest' +# - name: 'py39 (ubuntu)' +# python: '3.9' +# toxpython: 'python3.9' +# python_arch: 'x64' +# tox_env: 'py39' +# os: 'ubuntu-latest' +# - name: 'py39 (macos)' +# python: '3.9' +# toxpython: 'python3.9' +# python_arch: 'x64' +# tox_env: 'py39' +# os: 'macos-latest' +# - name: 'py310 (ubuntu)' +# python: '3.10' +# toxpython: 'python3.10' +# python_arch: 'x64' +# tox_env: 'py310' +# os: 'ubuntu-latest' +# - name: 'py310 (macos)' +# python: '3.10' +# toxpython: 'python3.10' +# python_arch: 'x64' +# tox_env: 'py310' +# os: 'macos-latest' +# - name: 'py311 (macos)' +# python: '3.11' +# toxpython: 'python3.11' +# python_arch: 'x64' +# tox_env: 'py311' +# os: 'macos-latest' + - name: 'py311 (ubuntu)' python: '3.11' toxpython: 'python3.11' python_arch: 'x64' tox_env: 'py311' os: 'ubuntu-latest' - - name: 'py311 (macos)' - python: '3.11' - toxpython: 'python3.11' - python_arch: 'x64' - tox_env: 'py311' - os: 'macos-latest' # - name: 'pypy38 (ubuntu)' # python: 'pypy-3.8'