File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 strategy :
1717 matrix :
1818 os : [ubuntu-latest, windows-latest, macos-latest]
19- python-version : ['3.11', '3.13 '] # the one we have in the Codespace + the latest supported one by PyO3.
19+ python-version : ['3.11', '3.14 '] # the one we have in the Codespace + the latest supported one by PyO3.
2020 fail-fast : false # Continue testing other version(s) if one fails
2121
2222 steps :
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ classifiers = [
2828 " Programming Language :: Python :: 3.11" ,
2929 " Programming Language :: Python :: 3.12" ,
3030 " Programming Language :: Python :: 3.13" ,
31+ " Programming Language :: Python :: 3.14" ,
3132 " Programming Language :: Python :: Implementation :: CPython" ,
3233 " Programming Language :: Python :: Implementation :: PyPy" ,
3334 " Intended Audience :: Developers" ,
You can’t perform that action at this time.
0 commit comments