Skip to content

Commit

Permalink
fixed ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
anandgupta42 committed Jan 9, 2025
1 parent c377c5c commit d069284
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,15 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04, windows-latest, macos-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy-3.8", "pypy-3.9", "pypy-3.10"]
python-version: [
"3.8",
"3.9",
"3.10",
"3.11",
"3.12",
"pypy-3.9",
"pypy-3.10"
]

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ envlist =
check,
docs,
py{38,39,310,311,312}-{cover,nocov},
pypy{38,39,310}-{cover,nocov},
pypy{39,310}-{cover,nocov},
report
skip_missing_interpreters = true

Expand All @@ -26,7 +26,6 @@ basepython =
py310: python3.10
py311: python3.11
py312: python3.12
pypy38: pypy3.8
pypy39: pypy3.9
pypy310: pypy3.10
{clean,check,docs,report}: python3
Expand Down Expand Up @@ -83,6 +82,5 @@ python =
3.10: py310-cover,py310-nocov
3.11: py311-cover,py311-nocov
3.12: py312-cover,py312-nocov
pypy-3.8: pypy38-cover,pypy38-nocov
pypy-3.9: pypy39-cover,pypy39-nocov
pypy-3.10: pypy310-cover,pypy310-nocov

0 comments on commit d069284

Please sign in to comment.