-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Bump version, python and pypy version #2546
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -20,7 +20,7 @@ jobs: | |
| runs-on: ubuntu-latest | ||
| strategy: | ||
| matrix: | ||
| python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.9', 'pypy-3.10'] | ||
| python-version: [ '3.10', '3.11', '3.12', '3.13', '3.14', 'pypy-3.11'] | ||
|
||
| name: ${{ matrix.python-version }} and tests | ||
| steps: | ||
| - uses: actions/checkout@v2 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build" | |
|
|
||
| [project] | ||
| name = "pyTelegramBotAPI" | ||
| version = "4.29.1" | ||
| version = "4.30.0" | ||
| description = "Python Telegram bot API." | ||
| authors = [{name = "eternnoir", email = "[email protected]"}] | ||
| license = {text = "GPL2"} | ||
|
|
@@ -14,11 +14,11 @@ keywords = ["telegram", "bot", "api", "tools"] | |
| classifiers = [ | ||
| "Development Status :: 5 - Production/Stable", | ||
| "Programming Language :: Python :: 3", | ||
| "Programming Language :: Python :: 3.9", | ||
| "Programming Language :: Python :: 3.10", | ||
| "Programming Language :: Python :: 3.11", | ||
| "Programming Language :: Python :: 3.12", | ||
| "Programming Language :: Python :: 3.13", | ||
| "Programming Language :: Python :: 3.14", | ||
| "Environment :: Console", | ||
| "License :: OSI Approved :: GNU General Public License v2 (GPLv2)" | ||
| ] | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| # Versions should comply with PEP440. | ||
| # This line is parsed in setup.py: | ||
| __version__ = '4.29.1' | ||
| __version__ = '4.30.0' |
Uh oh!
There was an error while loading. Please reload this page.