Skip to content

Commit bd3ba54

Browse files
committed
support Python 3.14
1 parent 0a0baeb commit bd3ba54

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
python-version: ["3.x", "3.14", "3.13", "3.12", "3.11", "3.10", "3.9"]
2626
platform: [ubuntu-latest, macos-latest, windows-latest, ubuntu-24.04-arm, macos-15-intel]
2727
exclude:
28-
- python-version: "3.14"
29-
platform: windows-latest
3028

3129
runs-on: ${{ matrix.platform }}
3230

@@ -37,7 +35,7 @@ jobs:
3735
with:
3836
python-version: ${{ matrix.python-version }}
3937
check-latest: ${{ github.event_name == 'schedule' }}
40-
allow-prereleases: true
38+
allow-prereleases: false
4139
- name: Install zbar shared lib for QReader (Linux)
4240
if: runner.os == 'Linux'
4341
run: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
![coverage](https://img.shields.io/badge/coverage-95%25-brightgreen)
66
[![License](https://img.shields.io/github/license/scito/extract_otp_secrets)](https://github.com/scito/extract_otp_secrets/blob/master/LICENSE)
77
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/scito/extract_otp_secrets?sort=semver)](https://github.com/scito/extract_otp_secrets/releases/latest)
8-
![python versions](https://img.shields.io/badge/python-3.9%20%7C%203.10%20%7C%203.11%20%7C%203.12%20%7C%203.13-blue)
8+
![python versions](https://img.shields.io/badge/python-3.9%20%7C%203.10%20%7C%203.11%20%7C%203.12%20%7C%203.13%20%7C%203.14-blue)
99
[![Docker image](https://img.shields.io/badge/docker-image-blue)](https://hub.docker.com/repository/docker/scit0/extract_otp_secrets/general)
1010
[![Linux](https://img.shields.io/badge/os-linux-yellow)](https://github.com/scito/extract_otp_secrets/releases/latest)
1111
[![Windows](https://img.shields.io/badge/os-windows-yellow)](https://github.com/scito/extract_otp_secrets/releases/latest)

0 commit comments

Comments
 (0)