Skip to content

Commit

Permalink
remove old python versions that are failing in CI due to not being in…
Browse files Browse the repository at this point in the history
…stalled (#704)
  • Loading branch information
crwilcox committed Apr 23, 2023
1 parent 27b9665 commit 843d380
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,15 +144,11 @@ def github_actions_default_tests(session: nox.Session) -> None:
# The following sessions are only to be run in CI to check the nox GHA action
@nox.session(
python=[
"2.7",
"3.4",
"3.5",
"3.7",
"3.8",
"3.9",
"3.10",
"3.11",
"pypy2.7",
"pypy3.7",
"pypy3.8",
"pypy3.9",
Expand Down

0 comments on commit 843d380

Please sign in to comment.