Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • py-linq-sql py-linq-sql
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • exoplanetexoplanet
  • py-linq-sqlpy-linq-sql
  • Merge requests
  • !181

Improve py3.11

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Chosson Ulysse requested to merge IMPROVE_py3.11 into dev Nov 07, 2022
  • Overview 0
  • Commits 6
  • Pipelines 26
  • Changes 26

[1.3.0-pre-release] - 2022-11-07

Added

  • py-linq-sql now support python3.11.
  • Add some dependencies for supporting python3.11:
    • six
    • wrapt
    • strenum
  • Add new linter pep8-naming, following remove flakehell which is no longer maintained.

Changed

Name Old version New version
dotmap 1.3.26 1.3.30
psycopg 3.0.11 3.1.4
types-toml 0.10.7 0.10.8
types-PyYaml 6.0.9 6.0.12.1
pytest-sugar 0.9.4 0.9.5
pytest-cov 3.0.0 4.0.0
pre-commit 2.17.0 2.20.2
black 22.1.0 22.10.0
xdoctest 0.15.10 1.1.0
codepsell 2.1.0 2.2.2
dlint 0.12.0 0.13.0
import-linter 1.2.7 1.4.0
mypy 0.942 0.982
sqlfluff 0.12.0 1.4.1
pylint 2.13.7 2.15.5
plerr 2.0.0 3.0.0
flake8 3.9 5.0.4
flake8-bandit 3.0.0 4.1.1
flake8-eradicate 1.2.0 1.4.0
tmp-connection-psql 1.0.1-beta.0 1.1.0
psycopg-pool 3.1.1 3.1.3
numpy 1.21.6 1.23.4

Remove

  • Remove some depandencies:
    • flakehell
    • flake8-quotes
    • flit
    • m2r2
    • dephell
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: IMPROVE_py3.11