Skip to content
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

Add support to Python 3.12 #431

Merged
merged 1 commit into from
Jan 18, 2024
Merged

Add support to Python 3.12 #431

merged 1 commit into from
Jan 18, 2024

Conversation

nycholas
Copy link
Member

@nycholas nycholas commented Jan 18, 2024

  • Drop support to Python 3.7
  • Bump Flask version to >=3.0.0
  • Bump several dependencies versions
  • Migrate configuration to pyproject.toml
  • Remove flask_jsonrpc.__version__ attribute in favor to pyproject.toml version attribute

Resolves: #430

* Drop support to Python 3.7
* Bump Flask version to >=3.0.0
* Bump several dependencies versions
* Migrate configuration to pyproject.toml
* Remove flask_jsonrpc.__version__ attribute in favor to pyproject.toml version attribute

Resolve: #430
@nycholas nycholas merged commit 98a3aec into master Jan 18, 2024
16 checks passed
@nycholas nycholas deleted the feature/430-py3.12 branch January 18, 2024 21:36
nycholas added a commit that referenced this pull request Jan 19, 2024
* Add support to Python 3.12 (#431)
* Drop support to Python 3.7
* Bump Flask version to >=3.0.0
* Bump JQuery version from 1.8.1 to 3.7.1 (fix security issue)
* Bump several dependencies versions
* Migrate configuration to pyproject.toml
* Reorganizze requirements files
* Remove flask_jsonrpc.__version__ attribute in favor to pyproject.toml version attribute
* Add multi Python version on update workflow (#332)
* Add new param to allow/disallow JSON-RPC Notification (#385)
* Unified API Browser when using modular server (#391)
* Add tests to all Python versions supported by the project (#395)
* Add e2e tests to Web Browsable API (#401)
* Goodbye Python 3.6 (#404)
* Add support to Python 3.11 (#408)
* Add rpc.describe RPC method: JSON Schema Service Descriptor (#412)
* Project links fixed (#429)
@nycholas nycholas mentioned this pull request Jan 19, 2024
nycholas added a commit that referenced this pull request Jan 19, 2024
* Add GitHub Action for coveralls

* Version 3.0.0

* Add support to Python 3.12 (#431)
* Drop support to Python 3.7
* Bump Flask version to >=3.0.0
* Bump JQuery version from 1.8.1 to 3.7.1 (fix security issue)
* Bump several dependencies versions
* Migrate configuration to pyproject.toml
* Reorganizze requirements files
* Remove flask_jsonrpc.__version__ attribute in favor to pyproject.toml version attribute
* Add multi Python version on update workflow (#332)
* Add new param to allow/disallow JSON-RPC Notification (#385)
* Unified API Browser when using modular server (#391)
* Add tests to all Python versions supported by the project (#395)
* Add e2e tests to Web Browsable API (#401)
* Goodbye Python 3.6 (#404)
* Add support to Python 3.11 (#408)
* Add rpc.describe RPC method: JSON Schema Service Descriptor (#412)
* Project links fixed (#429)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

remove support for 3.7 and 3.8 and add 3.12
1 participant