Skip to content

Commit

Permalink
Merge pull request #1192 from CoffeaTeam/drop-python-3.8
Browse files Browse the repository at this point in the history
ci: stop testing against python 3.8 (completely out of support now)
  • Loading branch information
lgray authored Oct 16, 2024
2 parents 4ef40b3 + 3a6acbd commit 9c3a49c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ task:
cpu: 2
memory: 7G
matrix:
- image: python:3.8
- image: python:3.9
- image: python:3.12

create_venv_script: |
Expand Down

0 comments on commit 9c3a49c

Please sign in to comment.