File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 strategy :
1313 matrix :
14- python-version : [3.6, 3.9, pypy3]
14+ python-version : [" 3.6", "3.10", " pypy3" ]
1515
1616 env :
1717 MINIZINC_URL : https://github.com/MiniZinc/MiniZincIDE/releases/download/2.5.5/MiniZincIDE-2.5.5-x86_64.AppImage
Original file line number Diff line number Diff line change @@ -13,11 +13,12 @@ Added
1313^^^^^
1414
1515- Add (generated) ``__version__ `` field to the package to abide by the PEP
16- recommendations
16+ recommendations.
1717- Add support for using NumPy types to instantiate Models. (``np.array `` and
18- any type that falls under ``np.generic ``)
18+ any type that falls under ``np.generic ``).
1919- Add ``available_solvers `` method to the ``Driver `` objects to explicitly
20- report the available solvers according to the current environment
20+ report the available solvers according to the current environment.
21+ - Add support for Python 3.10.
2122
2223Changed
2324^^^^^^^
Original file line number Diff line number Diff line change 3232 "Programming Language :: Python :: 3.7" ,
3333 "Programming Language :: Python :: 3.8" ,
3434 "Programming Language :: Python :: 3.9" ,
35+ "Programming Language :: Python :: 3.9" ,
36+ "Programming Language :: Python :: 3.10" ,
3537 "Programming Language :: Python :: Implementation :: CPython" ,
3638 "Programming Language :: Python :: Implementation :: PyPy" ,
3739 "License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)" ,
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ isolated_build = true
33envlist =
44 check,
55 py36,
6- py39 ,
6+ py310 ,
77 pypy3
88
99[gh-actions]
1010python =
1111 3.6: py36
12- 3.9: py39 , check
12+ 3.10: py310 , check
1313 pypy3: pypy3
1414
1515[testenv]
You can’t perform that action at this time.
0 commit comments