Skip to content

Commit

Permalink
Try a pinned version of Cython
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Mar 12, 2024
1 parent e96be31 commit 82e31ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-cython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ['3.10']
python-version: ['3.11']
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ full = [
"wordcloud >= 1.9.3",
]
cython = [
"cython",
"cython == 3.0.8",
]

[project.scripts]
Expand Down

0 comments on commit 82e31ba

Please sign in to comment.