Skip to content

Commit

Permalink
Test on modern versions of CPython and PyPy and macOS (#362)
Browse files Browse the repository at this point in the history
Co-authored-by: Samuel FORESTIER <HorlogeSkynet@users.noreply.github.com>
  • Loading branch information
cclauss and HorlogeSkynet committed Dec 15, 2023
1 parent 6ce9eb6 commit 6a487e9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,17 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
include:
- os: "ubuntu-20.04"
python: "3.6"
- os: "ubuntu-20.04"
python: "pypy-3.6"
- os: "ubuntu-22.04"
python: "pypy-3.10"
- os: "macos-12"
python: 3.12

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repos:
- id: black
args: ["--target-version", "py36"]
- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
rev: 6.1.0
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

[tox]
minversion = 1.9
envlist = lint, py{36,37,38,39,310,py3}
envlist = lint, py{36,37,38,39,310,311,312,py3}
isolated_build = true
skip_missing_interpreters = true

Expand Down

0 comments on commit 6a487e9

Please sign in to comment.