Skip to content

Commit f5b0b03

Browse files
authored
🔧 Official Python 3.14 support (#36)
- Remove beta versions from testing matrix - Add 3.14 classifier
1 parent ebd4c95 commit f5b0b03

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

‎.github/workflows/test.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- "3.11"
2323
- "3.12"
2424
- "3.13"
25-
- "3.14.0-beta - 3.14"
25+
- "3.14"
2626

2727
steps:
2828
- name: Checkout the code

‎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
"Programming Language :: Python :: 3",
1718
"Topic :: System :: Logging",
1819
]

0 commit comments

Comments
 (0)