Skip to content

Commit

Permalink
remove 3.9 from matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
David Erb committed May 30, 2023
1 parent 9b42eb0 commit b0cfd81
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ jobs:
os: ["ubuntu-latest"] # can add windows-latest, macos-latest
python: ["3.10"]
install: ["-e .[dev,docs]"]
# Make one version be non-editable to test both paths of version code
include:
- os: "ubuntu-latest"
python: "3.9"
install: ".[dev,docs]"

runs-on: ${{ matrix.os }}
env:
Expand Down Expand Up @@ -216,4 +211,4 @@ jobs:
with:
password: ${{ secrets.PYPI_TOKEN }}

# dae_devops_fingerprint 10ebf277e974272f2bc4b2ee40a5f388
# dae_devops_fingerprint 89e4c11d17b951574201c67b84c67efd

0 comments on commit b0cfd81

Please sign in to comment.