Skip to content

Commit

Permalink
revert adding python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
rkingsbury committed May 14, 2024
1 parent b97080a commit 42617f8
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 615 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
max-parallel: 6
matrix:
os: [ubuntu-latest]
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11"]

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
os: ['ubuntu-latest', 'macos-latest']
package: ["."]
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v4
with:
Expand Down
161 changes: 0 additions & 161 deletions requirements/ubuntu-latest_py3.12.txt

This file was deleted.

Loading

0 comments on commit 42617f8

Please sign in to comment.