Skip to content

Commit

Permalink
Merge pull request #445 from pbs-data-solutions/python-3.9-ci
Browse files Browse the repository at this point in the history
Remove python 3.9 from testing
  • Loading branch information
sanders41 authored Nov 18, 2024
2 parents 9c8ce5b + bafddf1 commit ed77a3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
CARGO_TERM_COLOR: always
RUST_BACKTRACE: 1
RUSTFLAGS: "-D warnings"
PYTHON_VERSION: "3.10" # Because of pandas types
PYTHON_VERSION: "3.10"
jobs:
clippy:
name: Clippy
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.10", "3.11", "3.12", "3.13"]
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit ed77a3b

Please sign in to comment.