Skip to content

Commit f8c6b66

Browse files
committed
2 parents 7e9020a + c68ac3b commit f8c6b66

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ env:
77
# Request colored output from CLI tools supporting it. Different tools
88
# interpret the value differently. For some, just being set is sufficient.
99
# For others, it must be a non-zero integer. For yet others, being set
10-
# to a non-empty value is sufficient.
11-
FORCE_COLOR: -106
10+
# to a non-empty value is sufficient. For tox, it must be one of
11+
# <blank>, 0, 1, false, no, off, on, true, yes. The only enabling value
12+
# in common is "1".
13+
FORCE_COLOR: 1
1214
# MyPy's color enforcement (must be a non-zero number)
1315
MYPY_FORCE_COLOR: -42
1416
# Recognized by the `py` package, dependency of `pytest` (must be "1")
@@ -57,6 +59,7 @@ jobs:
5759
- python: pypy3.9
5860
platform: ubuntu-latest
5961
runs-on: ${{ matrix.platform }}
62+
continue-on-error: ${{ matrix.python == '3.12' }}
6063
steps:
6164
- uses: actions/checkout@v3
6265
- name: Setup Python

docs/conf.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
#!/usr/bin/env python3
2-
# -*- coding: utf-8 -*-
3-
41
extensions = [
52
'sphinx.ext.autodoc',
63
'jaraco.packaging.sphinx',

0 commit comments

Comments
 (0)