Skip to content

Commit

Permalink
CI updates (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser authored Nov 17, 2020
1 parent 05086ef commit 435e4ac
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,14 @@ jobs:
python-version: 3.8
continue-on-error: false
- tox-env: py39
python-version: 3.9-dev
python-version: 3.9
continue-on-error: true
- tox-env: nolxml
python-version: 3.8
continue-on-error: false
- tox-env: nohtml5lib
python-version: 3.8
continue-on-error: false
exclude:
- platform: windows-latest
tox-env: py39

env:
TOXENV: ${{ matrix.tox-env }}
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.7]
python-version: [3.8]

runs-on: ubuntu-latest

Expand Down Expand Up @@ -39,12 +39,14 @@ jobs:
wheel:
strategy:
matrix:
python-version: [3.7]
python-version: [3.8]

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
Expand All @@ -61,7 +63,7 @@ jobs:
sdist:
strategy:
matrix:
python-version: [3.7]
python-version: [3.8]

runs-on: ubuntu-latest

Expand Down
6 changes: 3 additions & 3 deletions docs/src/markdown/selectors/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ any are found.
<th>Description</th>
</tr>
<tr markdown="1">
<td>:material-language-html5:{: data-md-color-primary="orange" .big-icon}</td>
<td markdown="1">:material-language-html5:{: data-md-color-primary="orange" .big-icon}</td>
<td>HTML</td>
<td markdown="1">
Some selectors are very specific to HTML and either have no meaningful representation in XML, or such functionality has
Expand All @@ -41,7 +41,7 @@ and will match nothing if used in XML.
</td>
</tr>
<tr markdown="1">
<td>:material-star:{: data-md-color-primary="green" .big-icon}</td>
<td markdown="1">:material-star:{: data-md-color-primary="green" .big-icon}</td>
<td>Custom</td>
<td markdown="1">
Soup Sieve has implemented a couple non-standard selectors. These can contain useful selectors that were rejected
Expand All @@ -51,7 +51,7 @@ specifically created for Soup Sieve. If a selector is considered non standard, i
</td>
</tr>
<tr markdown="1">
<td>:material-flask:{: title="Experimental" data-md-color-primary="purple" .big-icon}</td>
<td markdown="1">:material-flask:{: title="Experimental" data-md-color-primary="purple" .big-icon}</td>
<td>Experimental</td>
<td markdown="1">
All selectors that are from the current working draft of CSS4 are considered experimental and are marked with
Expand Down

0 comments on commit 435e4ac

Please sign in to comment.