Skip to content

Commit

Permalink
Remove Python 3.12 from CI, use 3.11 for pages build
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Oct 4, 2023
1 parent b6b4fdf commit 162ac77
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 @@ -16,7 +16,7 @@ jobs:
ci:
strategy:
matrix:
python_version: ["3.9", "3.10", "3.11", "3.12"]
python_version: ["3.9", "3.10", "3.11"]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: workflow_dispatch

env:
POETRY_VERSION: "1.6.1"
PYTHON_VERSION: "3.10"
PYTHON_VERSION: "3.11"
DATALOGGER_VERSION: "0.2.0"

jobs:
Expand Down

0 comments on commit 162ac77

Please sign in to comment.