Skip to content

Commit f6c3292

Browse files
drop 3.10, update lockfile
1 parent c0205ec commit f6c3292

3 files changed

Lines changed: 148 additions & 136 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: [ '3.10', '3.11', '3.12', '3.13' ]
19+
python-version: [ '3.11', '3.12', '3.13' ]
2020
experimental: [ false ]
2121
# include:
2222
# - python-version: "3.14"

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "vatvalidate"
33
version = "0.0.3"
44
description = "vatvalidate is a Python library for validating UK VAT numbers."
55
authors = [{ name = "Beauhurst Devs", email = "dev@beauhurst.com" }]
6-
requires-python = ">=3.10,<3.14"
6+
requires-python = ">=3.11,<3.14"
77
readme = "README.md"
88
documentation = "https://github.com/Beauhurst/vatvalidate"
99
license = "MIT"
@@ -14,7 +14,6 @@ packages = [
1414
classifiers = [
1515
"Operating System :: OS Independent",
1616
"Programming Language :: Python :: 3",
17-
"Programming Language :: Python :: 3.10",
1817
"Programming Language :: Python :: 3.11",
1918
"Programming Language :: Python :: 3.12",
2019
"Programming Language :: Python :: 3.13",

0 commit comments

Comments
 (0)