Skip to content

Commit

Permalink
Add cpython 3.12 and pypy:3.10, add prereleases to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
masklinn committed Oct 23, 2023
1 parent fd395ce commit 4c8967a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,12 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12.0-alpha - 3.12"
- "3.12"
- "3.13"
- "pypy-3.8"
- "pypy-3.9"
- "pypy-3.10"
- "pypy-3.11"
include:
- source: sdist
artifact: dist/*.tar.gz
Expand All @@ -95,6 +98,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- name: Install test dependencies
run: |
python -mpip install --upgrade pip
Expand Down
10 changes: 5 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tox]
min_version = 4.0
env_list = py3{8,9,10,11}
pypy3.{8,9}
env_list = py3{8,9,10,11,12}
pypy3.{8,9,10}
flake8, black
labels =
test = py3{8,9,10,11},pypy3.{8,9}
cpy = py3{8,9,10,11}
pypy = pypy3.{8,9}
test = py3{8,9,10,11,12},pypy3.{8,9,10}
cpy = py3{8,9,10,11,12}
pypy = pypy3.{8,9,10}
check = flake8, black

[testenv]
Expand Down

0 comments on commit 4c8967a

Please sign in to comment.