Skip to content

Commit 5d9ac23

Browse files
committed
Bump python and ubuntu test versions
1 parent ac88234 commit 5d9ac23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ jobs:
66
test_compatability: # not actually running tests, just testing dependencies are compatible
77
strategy:
88
matrix:
9-
os: [ windows-latest, macos-12, ubuntu-22.04 ]
10-
py: [ "3.8", "3.9" ]
9+
os: [ windows-latest, macos-12, ubuntu-24.04 ]
10+
py: [ "3.9", "3.10", "3.11" ]
1111
runs-on: ${{ matrix.os }}
1212
steps:
1313
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2

0 commit comments

Comments
 (0)