Skip to content

Commit

Permalink
Remove Python 3.8 from GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mjalkio committed Dec 27, 2023
1 parent 54698c7 commit cb736dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
strategy:
matrix:
python-version: [
# Can't go earlier than 3.8 because I use math.prod
'3.8',
# Can't go earlier than 3.9 because I use math.lcm
'3.9',
'3.10',
'3.11',
Expand Down

0 comments on commit cb736dc

Please sign in to comment.