Skip to content

Commit

Permalink
Merge pull request #473 from ogajduse/drop-py38
Browse files Browse the repository at this point in the history
Drop Python 3.8 support
  • Loading branch information
mshriver authored Oct 25, 2023
2 parents c3e734f + 9b1de7d commit 4c4d01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: [3.8, 3.9, 3.12]
python: [3.9, 3.12]
steps:
- name: Checkout WrapanAPI
uses: actions/checkout@v3
Expand Down

0 comments on commit 4c4d01b

Please sign in to comment.