We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06f50bd commit 51f17bdCopy full SHA for 51f17bd
.github/workflows/test.yml
@@ -1,9 +1,6 @@
1
name: Test
2
3
-on:
4
- push:
5
- pull_request:
6
- workflow_dispatch:
+on: [push, pull_request, workflow_dispatch]
7
8
permissions: {}
9
@@ -52,7 +49,7 @@ jobs:
52
49
strategy:
53
50
fail-fast: false
54
51
matrix:
55
- python-version: ["3.13", "3.14"]
+ python-version: ["3.13", "3.14", "3.15"]
56
os: [windows-latest, macos-latest, ubuntu-latest]
57
58
steps:
tox.ini
@@ -4,7 +4,7 @@ requires =
env_list =
cog
lint
- py{314, 313}
+ py{315, 314, 313}
[testenv]
10
package = wheel
0 commit comments