From 6e491fb0d3f76fd99ac1ac8f65ca3974c6368beb Mon Sep 17 00:00:00 2001 From: noubar Date: Tue, 4 Feb 2025 16:21:58 +0100 Subject: [PATCH] python version update --- .github/workflows/tests.yml | 2 +- requirements-dev.txt | 2 +- setup.py | 1 + src/MailClientLibrary/version.py | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 599a493..6459e28 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] steps: - uses: actions/checkout@v3 diff --git a/requirements-dev.txt b/requirements-dev.txt index b7a472a..3249b8d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -wheel == 0.43.0 +wheel >= 0.43.0 setuptools >= 71.1.0 # Include normal dependencies from requirements.txt. Makes it possible to use # requirements-dev.txt as a single requirement file in PyCharm and other IDEs. diff --git a/setup.py b/setup.py index b2efa1a..47f8dc4 100644 --- a/setup.py +++ b/setup.py @@ -15,6 +15,7 @@ Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 +Programming Language :: Python :: 3.13 License :: OSI Approved :: MIT License Topic :: Software Development :: Testing Topic :: Communications :: Email :: Email Clients (MUA) diff --git a/src/MailClientLibrary/version.py b/src/MailClientLibrary/version.py index 9955762..69bf1ac 100644 --- a/src/MailClientLibrary/version.py +++ b/src/MailClientLibrary/version.py @@ -1 +1 @@ -VERSION = "0.0.12" \ No newline at end of file +VERSION = "0.0.13" \ No newline at end of file