Skip to content

Commit

Permalink
bump up collidoscope version on requirements.txt and setup.py
Browse files Browse the repository at this point in the history
to sort out issue that was not allowing users to install fontbakery on
python 3.11
(issue fonttools#3970)
  • Loading branch information
felipesanches committed Dec 6, 2022
1 parent 12b78f0 commit f40d46e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ axisregistry==0.3.9
beautifulsoup4==4.11.1
beziers==0.5.0
cmarkgfm==2022.10.27
collidoscope==0.4.1
collidoscope==0.5.2
defcon==0.10.2
dehinter==4.0.0
fontTools[ufo,lxml,unicode]==4.38.0
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,8 @@
'beautifulsoup4',
'beziers>=0.5.0', # Uses new fontTools glyph outline access
'cmarkgfm',
'collidoscope==0.4.1', # 0.4.0 had a bug that failed to detect
# an ïï collision on Nunito Black.
# (see https://github.com/googlefonts/fontbakery/issues/3554)
'collidoscope>=0.5.2', # 0.5.1 did not yet support python 3.11
# (see https://github.com/googlefonts/fontbakery/issues/3970)
'defcon',
'dehinter>=3.1.0', # 3.1.0 added dehinter.font.hint function
'fontTools[ufo,lxml,unicode]>=4.36.0', # allows for passing location to glyphsets
Expand Down

0 comments on commit f40d46e

Please sign in to comment.