Skip to content

Commit e0c623c

Browse files
Merge pull request #2537 from VWS-Python/dependabot/pip/vws-python-mock-2025.2.18
Bump vws-python-mock from 2024.8.30 to 2025.2.18
2 parents acdf78e + ab4a5eb commit e0c623c

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
python-version: ['3.12']
20+
python-version: ['3.13']
2121
platform: [ubuntu-latest, windows-latest]
2222

2323
runs-on: ${{ matrix.platform }}

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
python-version: ['3.12']
20+
python-version: ['3.13']
2121
platform: [ubuntu-latest, windows-latest]
2222

2323
runs-on: ${{ matrix.platform }}

.github/workflows/publish-site.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ jobs:
2424
pyproject_extras: dev
2525
python_version: '3.13'
2626
sphinx_build_options: -W
27+
cache: true
2728
publish: ${{ github.ref_name == 'main' }}

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ See the `full documentation <https://vws-python.github.io/vws-python/>`__.
7575
:target: https://codecov.io/gh/VWS-Python/vws-python
7676
.. |PyPI| image:: https://badge.fury.io/py/VWS-Python.svg
7777
:target: https://badge.fury.io/py/VWS-Python
78-
.. |minimum-python-version| replace:: 3.12
78+
.. |minimum-python-version| replace:: 3.13

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ license = { file = "LICENSE" }
1919
authors = [
2020
{ name = "Adam Dangoor", email = "adamdangoor@gmail.com" },
2121
]
22-
requires-python = ">=3.12"
22+
requires-python = ">=3.13"
2323
classifiers = [
2424
"Development Status :: 5 - Production/Stable",
2525
"Environment :: Web Environment",
2626
"License :: OSI Approved :: MIT License",
2727
"Operating System :: Microsoft :: Windows",
2828
"Operating System :: POSIX",
2929
"Programming Language :: Python :: 3 :: Only",
30-
"Programming Language :: Python :: 3.12",
30+
"Programming Language :: Python :: 3.13",
3131
]
3232
dynamic = [
3333
"version",
@@ -77,7 +77,7 @@ optional-dependencies.dev = [
7777
"sybil==9.1.0",
7878
"types-requests==2.32.0.20241016",
7979
"vulture==2.14",
80-
"vws-python-mock==2024.8.30",
80+
"vws-python-mock==2025.2.18",
8181
"vws-test-fixtures==2023.3.5",
8282
"yamlfix==1.17.0",
8383
]
@@ -312,7 +312,7 @@ pep621_dev_dependency_groups = [
312312
[tool.pyproject-fmt]
313313
indent = 4
314314
keep_full_version = true
315-
max_supported_python = "3.12"
315+
max_supported_python = "3.13"
316316

317317
[tool.pytest.ini_options]
318318

0 commit comments

Comments
 (0)