Skip to content

Commit

Permalink
remove 3.11 testing bc don't want to save new pickle files
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Sep 6, 2023
1 parent acb70be commit 0b48a79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and test [Python 3.9, 3.10, 3.11]
name: Build and test [Python 3.9, 3.10]

on: [push, pull_request]
# paths:
Expand All @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10"]

steps:
- name: Checkout
Expand Down

0 comments on commit 0b48a79

Please sign in to comment.