Skip to content

test with latest supported Python version and drop Python 3.10 #1031

test with latest supported Python version and drop Python 3.10

test with latest supported Python version and drop Python 3.10 #1031

Workflow file for this run

name: test
on:
push:
branches:
- '*'
tags:
- '*'
pull_request:
workflow_dispatch:
schedule:
# Weekly Monday 9AM build
# * is a special character in YAML so you have to quote this string
- cron: '0 9 * * 1'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@8c0fde6f7e926df6ed7057255d29afa9c1ad5320 # v1.16.0
with:
envs: |
- linux: check-style
test:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@8c0fde6f7e926df6ed7057255d29afa9c1ad5320 # v1.16.0
with:
envs: |
- linux: py311-oldestdeps
- linux: py311
- linux: py312
# `tox` does not currently respect `requires-python` versions when creating testing environments;
# if this breaks, add an upper pin to `requires-python` and revert this py3 to the latest working version
- linux: py3-cov
coverage: codecov
pytest-results-summary: true
- macos: py3
pytest-results-summary: true
- linux: py3-dev