Skip to content

Commit

Permalink
Merge pull request #82 from btalamini/update_ci
Browse files Browse the repository at this point in the history
Remove old Python 3.9 from testing
  • Loading branch information
btalamini authored Feb 28, 2024
2 parents be8a2fe + d2d8795 commit c72a37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.9", "3.10"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit c72a37c

Please sign in to comment.