File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919 # Disabling Windows tests as it's known to not work:
2020 # https://github.com/SciML/diffeqpy/pull/86#issuecomment-1011675735
2121 # - windows-latest
22- python-version : ['3.8 ', '3.13']
22+ python-version : ['3.10 ', '3.13']
2323 fail-fast : false
2424 name : Test ${{ matrix.os }} ${{ matrix.architecture }}
2525 Python ${{ matrix.python-version }}
4747 with :
4848 file : ./coverage.xml
4949 name : codecov-umbrella
50+
Original file line number Diff line number Diff line change @@ -12,8 +12,6 @@ def readme():
1212 classifiers = [
1313 'Development Status :: 4 - Beta' ,
1414 'License :: OSI Approved :: MIT License' ,
15- 'Programming Language :: Python :: 3.8' ,
16- 'Programming Language :: Python :: 3.9' ,
1715 'Programming Language :: Python :: 3.10' ,
1816 'Programming Language :: Python :: 3.11' ,
1917 'Programming Language :: Python :: 3.12' ,
@@ -28,6 +26,7 @@ def readme():
28262927 license = 'MIT' ,
3028 packages = ['diffeqpy' ,'diffeqpy.tests' ],
31- install_requires = ['juliacall>=0.9.14' , 'jill' ],
29+ python_requires = '>=3.10' ,
30+ install_requires = ['juliacall>=0.9.28' , 'jill' ],
3231 include_package_data = True ,
3332 zip_safe = False )
You can’t perform that action at this time.
0 commit comments