We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac88234 commit 5d9ac23Copy full SHA for 5d9ac23
.github/workflows/test.yml
@@ -6,8 +6,8 @@ jobs:
6
test_compatability: # not actually running tests, just testing dependencies are compatible
7
strategy:
8
matrix:
9
- os: [ windows-latest, macos-12, ubuntu-22.04 ]
10
- py: [ "3.8", "3.9" ]
+ os: [ windows-latest, macos-12, ubuntu-24.04 ]
+ py: [ "3.9", "3.10", "3.11" ]
11
runs-on: ${{ matrix.os }}
12
steps:
13
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2
0 commit comments