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 96bf032 commit 8cb59ebCopy full SHA for 8cb59eb
.github/workflows/ci.yaml
@@ -9,7 +9,7 @@ on:
9
- main
10
11
jobs:
12
- unit-tests:
+ tests:
13
runs-on: ${{ matrix.os }}
14
strategy:
15
fail-fast: false
@@ -22,6 +22,23 @@ jobs:
22
- python-version: '3.7'
23
os: ubuntu-20.04 # oldest version on github actions
24
EXTRA: true
25
+ - python-version: '3.11'
26
+ os: macos-latest
27
+ EXTRA: true
28
+ - python-version: '3.13'
29
30
31
+ #- python-version: '3.7'
32
+ # os: windows-latest
33
+ # EXTRA: true
34
+ # env:
35
+ # this doesn't actually work
36
+ # PYTHONIOENCODING: "utf8"
37
+ #- python-version: '3.13'
38
39
40
41
42
43
steps:
44
- name: checkout
0 commit comments