Skip to content

Commit

Permalink
remove python 3.8 from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
blooop committed Aug 30, 2024
1 parent 197c629 commit a24a3c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
environment: [py308, py309, py310, py311, py312]
environment: [py309, py310, py311, py312]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit a24a3c6

Please sign in to comment.