Skip to content

Commit

Permalink
tests: Python 3.11 without extras (cchardet error)
Browse files Browse the repository at this point in the history
  • Loading branch information
adbar committed Nov 15, 2022
1 parent 719e4a9 commit dffa53b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "3.11"]
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
env: [{ MINIMAL: "true" }, { MINIMAL: "false" }]
include:
# custom tests
- python-version: "3.11"
os: ubuntu-latest
experimental: true
allowed_failure: true
- python-version: "3.12-dev"
os: ubuntu-latest
experimental: true
Expand Down

0 comments on commit dffa53b

Please sign in to comment.