Skip to content

Commit

Permalink
drop support for 3.8, add 3.11 and 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-a-cox authored and jsdillon committed Feb 6, 2024
1 parent bf8e867 commit 0a26da5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: [3.8, 3.9, "3.10"]
python-version: [3.9, "3.10", "3.11", "3.12"]
fail-fast: false

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
env:
ENV_NAME: publish
PYTHON: 3.8
PYTHON: 3.9
steps:
- uses: actions/checkout@main
with:
Expand Down

0 comments on commit 0a26da5

Please sign in to comment.