Skip to content

Commit a6d9431

Browse files
slimreaper35eskultety
authored andcommitted
Add support for Python 3.14
Run unit tests for the latest Python version. Maybe some contributors have only this one installed on their system for some reason. There are wheels for createrepo-c with 314 platform and abi tag. -- https://pypi.org/project/createrepo-c/#files Signed-off-by: Michal Šoltis <msoltis@redhat.com>
1 parent 5532a5f commit a6d9431

4 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/gating.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: ["3.10", "3.11", "3.12", "3.13"]
17+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1818

1919
container:
2020
image: python:${{ matrix.python-version }}-slim

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ classifiers = [
1313
"Programming Language :: Python :: 3.11",
1414
"Programming Language :: Python :: 3.12",
1515
"Programming Language :: Python :: 3.13",
16+
"Programming Language :: Python :: 3.14",
1617
]
1718
dynamic = ["version"]
1819
dependencies = [

requirements-extras.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,9 @@ createrepo-c==1.2.2 ; sys_platform == 'linux' \
435435
--hash=sha256:12ba8c94fa9a1abd4f839090fc2269c186ae34c4574fd3be038d10432510010e \
436436
--hash=sha256:3b27fd1533a059604763279dce634a9e21e5f1a10eedba5568d16d550cdf0b28 \
437437
--hash=sha256:59eb3f3ae30cd222dea1661cca65b47990e09a7f0f7b4ed0925765322e6c74b0 \
438+
--hash=sha256:7c4cc9ed18b44455a744f1472c519e1afe645a827de3f58a8717c73f4c78d893 \
438439
--hash=sha256:87f408e0f76c85df00f2f074b589f6c848375560ec936530bba5adc2142603b6 \
440+
--hash=sha256:c096249408e1258a4781d6dbaaedd8ea3ecebd0965df1d16e0f297713d8955ee \
439441
--hash=sha256:d048a7f77ac18ebf0813ec598441022add3cd7f445b8b4579e772f6894ab60e8 \
440442
--hash=sha256:d6cf3b4a7e581bcddde41b148559f69f2f66cdfa1939d0285eb45a26f61f5987 \
441443
--hash=sha256:d9182568e550094a4ded5973ca2858aa1123e50be32408ba9f8210254b80e512 \

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,9 @@ createrepo-c==1.2.2 ; sys_platform == 'linux' \
294294
--hash=sha256:12ba8c94fa9a1abd4f839090fc2269c186ae34c4574fd3be038d10432510010e \
295295
--hash=sha256:3b27fd1533a059604763279dce634a9e21e5f1a10eedba5568d16d550cdf0b28 \
296296
--hash=sha256:59eb3f3ae30cd222dea1661cca65b47990e09a7f0f7b4ed0925765322e6c74b0 \
297+
--hash=sha256:7c4cc9ed18b44455a744f1472c519e1afe645a827de3f58a8717c73f4c78d893 \
297298
--hash=sha256:87f408e0f76c85df00f2f074b589f6c848375560ec936530bba5adc2142603b6 \
299+
--hash=sha256:c096249408e1258a4781d6dbaaedd8ea3ecebd0965df1d16e0f297713d8955ee \
298300
--hash=sha256:d048a7f77ac18ebf0813ec598441022add3cd7f445b8b4579e772f6894ab60e8 \
299301
--hash=sha256:d6cf3b4a7e581bcddde41b148559f69f2f66cdfa1939d0285eb45a26f61f5987 \
300302
--hash=sha256:d9182568e550094a4ded5973ca2858aa1123e50be32408ba9f8210254b80e512 \

0 commit comments

Comments
 (0)