Skip to content

Commit

Permalink
Remove py3.12 from CI and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cokelaer committed Jan 4, 2024
1 parent 2091109 commit b5592a0
Show file tree
Hide file tree
Showing 5 changed files with 504 additions and 368 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
max-parallel: 5
matrix:
python: [3.8, 3.9, '3.10', '3.11', '3.12']
python: [3.8, 3.9, '3.10', '3.11']
fail-fast: false

steps:
Expand Down
4 changes: 0 additions & 4 deletions MANIFEST.in

This file was deleted.

0 comments on commit b5592a0

Please sign in to comment.