Skip to content

Commit

Permalink
drop tests for older pythons
Browse files Browse the repository at this point in the history
  • Loading branch information
GhostofGoes committed Jun 2, 2024
1 parent 9d415d1 commit a12139c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 20 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,9 @@ jobs:
# OS images: https://github.com/actions/runner-images
matrix:
python-version:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "3.9"
- "pypy-3.6"
- "pypy-3.7"
- "pypy-3.8"
- "pypy-3.9"
Expand All @@ -59,19 +56,10 @@ jobs:
architecture: x86
- platform: macos-latest
architecture: x86
- platform: ubuntu-20.04
python-version: "3.4"
- platform: macos-latest
python-version: "3.4"
- platform: macos-latest
python-version: "pypy-3.6"
- platform: macos-latest
python-version: "pypy-3.7"
- platform: macos-latest
python-version: "pypy-3.8"
- platform: windows-latest
python-version: "pypy-3.6"
architecture: x64
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down
11 changes: 3 additions & 8 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,23 +1,18 @@
[tox]
; NOTE: jython doesn't play well with pyenv and tox
envlist = py{27,34,35,36,37,38,39,py}-{linux,macos,windows},ironpython-windows,pypy3-{linux,macos,windows}
envlist = py{37,38,39,310,311,312,py}-{linux,macos,windows},ironpython-windows,pypy3-{linux,macos,windows}
skip_missing_interpreters = true

[gh-actions]
python =
2.7: py27
3.4: py34
3.5: py35
3.6: py36
3.7: py37
3.8: py38
3.9: py39
3.10: py310
3.11: py311
pypy-2.7: pypy
pypy-3.6: pypy3
3.12: py312
pypy-3.7: pypy3
pypy-3.8: pypy3
pypy-3.9: pypy3

[gh-actions:env]
PLATFORM =
Expand Down

0 comments on commit a12139c

Please sign in to comment.