Skip to content

Commit 0748939

Browse files
authored
Merge branch 'dev' into dev
2 parents 959dbbc + fc354b5 commit 0748939

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/python.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
15+
python-version: [ "3.13", "3.14" ]
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919

2020
- name: Set up Python ${{ matrix.python-version }}
21-
uses: actions/setup-python@v2
21+
uses: actions/setup-python@v6
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ On a Fedora-based system or on a CentOS/RHEL machine which has EPEL enabled.
5252
5353
$ sudo dnf -y install python3-dingz
5454
55-
For Nix or NixOS users is a package available. Keep in mind that the lastest releases might only
55+
For Nix or NixOS users is a package available. Keep in mind that the latest releases might only
5656
be present in the ``unstable`` channel.
5757

5858
.. code:: bash

0 commit comments

Comments
 (0)