@@ -16,11 +16,11 @@ jobs:
1616 matrix :
1717 include :
1818 - { name: "3.10-ma3", python: "3.10", tox: py310-marshmallow3 }
19- - { name: "3.13 -ma3", python: "3.13 ", tox: py313 -marshmallow3 }
19+ - { name: "3.14 -ma3", python: "3.14 ", tox: py314 -marshmallow3 }
2020 - { name: "3.10-ma4", python: "3.10", tox: py310-marshmallow4 }
21- - { name: "3.13 -ma4", python: "3.13 ", tox: py313 -marshmallow4 }
21+ - { name: "3.14 -ma4", python: "3.14 ", tox: py314 -marshmallow4 }
2222 - { name: "lowest", python: "3.10", tox: py310-lowest }
23- - { name: "3.13 -madev", python: "3.13 ", tox: py313 -marshmallowdev }
23+ - { name: "3.14 -madev", python: "3.14 ", tox: py314 -marshmallowdev }
2424 steps :
2525 - uses : actions/checkout@v5.0.0
2626 - uses : actions/setup-python@v6
3535 - uses : actions/checkout@v5.0.0
3636 - uses : actions/setup-python@v6
3737 with :
38- python-version : " 3.13 "
38+ python-version : " 3.14 "
3939 - name : Install pypa/build
4040 run : python -m pip install build
4141 - name : Build a binary wheel and a source tarball
5858 - uses : actions/checkout@v5.0.0
5959 - uses : actions/setup-python@v6
6060 with :
61- python-version : " 3.13 "
61+ python-version : " 3.14 "
6262 - run : python -m pip install tox
6363 - run : python -m tox -e lint
6464 publish-to-pypi :
0 commit comments