Skip to content

Commit

Permalink
Accept gast 0.6.0 dependency
Browse files Browse the repository at this point in the history
Also test on py3.13 and do the appropriate adjustments.
  • Loading branch information
serge-sans-paille committed Jun 27, 2024
1 parent 9fa7574 commit bb175c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13.0-beta.1"]
include:
- python-version: 3.6
os: ubuntu-20.04
Expand All @@ -27,7 +27,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
test "${{ matrix.python-version }}" != "3.12" || pip install setuptools
- name: Setup
run: |
python setup.py install
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
gast ~= 0.5.0
gast >= 0.5.0
setuptools; python_version >= "3.12"

0 comments on commit bb175c9

Please sign in to comment.