File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v4
1818 - uses : actions/setup-python@v5
1919 with :
20- python-version : 3.9
20+ python-version : 3.13
2121
2222 - name : Build package
2323 run : |
Original file line number Diff line number Diff line change 3636 include :
3737 # Only test oldest supported and latest python version to reduce
3838 # GitHub API calls, as they can get rate limited
39- - python-version : 3.8
39+ - python-version : 3.9
4040 - python-version : 3.x
4141
4242 steps :
Original file line number Diff line number Diff line change 2121 name = "github_activity" ,
2222 version = version ,
2323 include_package_data = True ,
24- python_requires = ">=3.6 " ,
24+ python_requires = ">=3.9 " ,
2525 author = "Executable Books Project" ,
26262727 url = "https://executablebooks.org/" ,
You can’t perform that action at this time.
0 commit comments