Skip to content

Commit

Permalink
Remove Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jacg committed Jan 12, 2024
1 parent 6900623 commit 46016e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-12]
py: [python38, python39, python310, python311]
py: [python39, python310, python311]
allow-fail: [false]
include:
- os: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion python/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
'';
};
}
) [ "python38" "python39" "python310" "python311" ]
) [ "python39" "python310" "python311" ]
);
}
);
Expand Down

0 comments on commit 46016e3

Please sign in to comment.