Skip to content

Commit ee0945d

Browse files
committed
EOL Python 3.9
1 parent cbf03c2 commit ee0945d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
10+
python: [ "3.10", "3.11", "3.12", "3.13" ]
1111
name: python-${{ matrix.python }}
1212
steps:
1313
- name: Checkout

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![CI](https://github.com/offa/trackpack/workflows/ci/badge.svg)](https://github.com/offa/trackpack/actions)
44
[![GitHub release](https://img.shields.io/github/release/offa/trackpack.svg)](https://github.com/offa/trackpack/releases)
55
[![License](https://img.shields.io/badge/license-GPLv3-yellow.svg)](LICENSE)
6-
![Python 3.9](https://img.shields.io/badge/python-3.9-green.svg)
6+
![Python 3.10](https://img.shields.io/badge/python-3.10-green.svg)
77

88
Packaging of audio / stem files.
99

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = [{name = "offa"}]
55
description = "Package audio tracks."
66
license = {file = "LICENSE"}
77
readme = "README.md"
8-
requires-python = ">= 3.9"
8+
requires-python = ">= 3.10"
99
dependencies = [
1010
"PyYAML == 6.0.2"
1111
]

0 commit comments

Comments
 (0)