Skip to content

Commit 6a487e9

Browse files
Test on modern versions of CPython and PyPy and macOS (#362)
Co-authored-by: Samuel FORESTIER <HorlogeSkynet@users.noreply.github.com>
1 parent 6ce9eb6 commit 6a487e9

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,17 @@ jobs:
3636
- "3.8"
3737
- "3.9"
3838
- "3.10"
39+
- "3.11"
40+
- "3.12"
3941
include:
4042
- os: "ubuntu-20.04"
4143
python: "3.6"
4244
- os: "ubuntu-20.04"
4345
python: "pypy-3.6"
46+
- os: "ubuntu-22.04"
47+
python: "pypy-3.10"
48+
- os: "macos-12"
49+
python: 3.12
4450

4551
steps:
4652
- uses: actions/checkout@v4

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: black
66
args: ["--target-version", "py36"]
77
- repo: https://github.com/PyCQA/flake8
8-
rev: 3.9.2
8+
rev: 6.1.0
99
hooks:
1010
- id: flake8
1111
- repo: https://github.com/pycqa/isort

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
[tox]
1616
minversion = 1.9
17-
envlist = lint, py{36,37,38,39,310,py3}
17+
envlist = lint, py{36,37,38,39,310,311,312,py3}
1818
isolated_build = true
1919
skip_missing_interpreters = true
2020

0 commit comments

Comments
 (0)