Skip to content

Commit 77e17fd

Browse files
Merge pull request #28 from Beauhurst/update-dependencies
Add Python 3.14 support, update dependencies
2 parents e28bfe2 + ebe3f7b commit 77e17fd

3 files changed

Lines changed: 1032 additions & 720 deletions

File tree

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.11.12
1+
3.11

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[project]
22
name = "vatvalidate"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "vatvalidate is a Python library for validating UK VAT numbers."
5-
authors = [{ name = "Beauhurst Devs", email = "dev@beauhurst.com" }]
6-
requires-python = ">=3.11,<3.15"
5+
authors = [{ name = "Beauhurst Devs", email = "opensource@beauhurst.com" }]
6+
requires-python = ">=3.11,<3.16"
77
readme = "README.md"
88
documentation = "https://github.com/Beauhurst/vatvalidate"
99
license = "MIT"
@@ -17,6 +17,7 @@ classifiers = [
1717
"Programming Language :: Python :: 3.11",
1818
"Programming Language :: Python :: 3.12",
1919
"Programming Language :: Python :: 3.13",
20+
"Programming Language :: Python :: 3.14",
2021
"Programming Language :: Python :: 3 :: Only",
2122
]
2223

0 commit comments

Comments
 (0)