Skip to content

Commit a6ef859

Browse files
committed
ci: temporarily remove Windows from OS matrix
1 parent 85777b1 commit a6ef859

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fail-fast: false
3030
matrix:
3131
python-version: ["3.13"]
32-
os: [ubuntu-latest, macos-latest, windows-latest]
32+
os: [ubuntu-latest, macos-latest]
3333
install-via: [pip]
3434
arch: [x64]
3535
include:

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ financial-services-register-api
88

99
A Python client library for the UK `Financial Services Register <https://register.fca.org.uk/s/>`_ `RESTful API <https://register.fca.org.uk/Developer/s/>`_.
1010

11-
The `package <https://pypi.org/project/financial-services-register-api>`_ is currently at version `1.2.0`.
11+
The `package <https://pypi.org/project/financial-services-register-api>`_ is currently at version `1.3.0`.
1212

1313
.. note::
1414

0 commit comments

Comments
 (0)