Skip to content

Commit b634f32

Browse files
authored
Merge pull request #8 from IsaacCheng9/dependabot/pip/fonttools-4.61.0
Bump fonttools from 4.47.2 to 4.61.0
2 parents 75b08fe + 9017455 commit b634f32

File tree

5 files changed

+708
-498
lines changed

5 files changed

+708
-498
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: [3.12.x]
10+
python-version: [3.14.x]
1111

1212
steps:
1313
- uses: actions/checkout@v3

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ on:
1010
jobs:
1111
test:
1212
# The type of runner that the job will run on.
13-
runs-on: macos-latest
13+
runs-on: ubuntu-latest
1414
# Configures the build to use the latest version of Python 3.
1515
strategy:
1616
matrix:
17-
python-version: [3.12.x]
17+
python-version: [3.14.x]
1818

1919
steps:
2020
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,6 @@ dmypy.json
137137
*.bbl
138138
*.blg
139139
*.out
140+
141+
# VS Code config files
142+
.vscode/

0 commit comments

Comments
 (0)