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

👷 remove python 3.7 & support python 3.12 #105

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu, macos, windows]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']

runs-on: ${{ matrix.os }}-latest
steps:
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ classifiers = [
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Intended Audience :: Developers',
'Intended Audience :: Information Technology',
'Intended Audience :: System Administrators',
Expand All @@ -37,9 +37,9 @@ classifiers = [
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Internet',
]
requires-python = '>=3.7'
requires-python = '>=3.8'
dependencies = [
'pydantic>=2.0.3',
'pydantic==2.3.0',
]
dynamic = ['version']

Expand Down
38 changes: 19 additions & 19 deletions requirements/linting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,51 +2,51 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=requirements/linting.txt --resolver=backtracking requirements/linting.in
# pip-compile --output-file=requirements/linting.txt requirements/linting.in
#
annotated-types==0.5.0
annotated-types==0.6.0
# via -r requirements/linting.in
black==23.3.0
black==23.11.0
# via -r requirements/linting.in
cfgv==3.3.1
cfgv==3.4.0
# via pre-commit
click==8.1.3
click==8.1.7
# via black
distlib==0.3.6
distlib==0.3.7
# via virtualenv
filelock==3.12.0
filelock==3.13.1
# via virtualenv
identify==2.5.24
identify==2.5.31
# via pre-commit
mypy==1.3.0
mypy==1.7.0
# via -r requirements/linting.in
mypy-extensions==1.0.0
# via
# black
# mypy
nodeenv==1.8.0
# via pre-commit
packaging==23.1
packaging==23.2
# via black
pathspec==0.11.1
pathspec==0.11.2
# via black
platformdirs==3.5.1
platformdirs==3.11.0
# via
# black
# virtualenv
pre-commit==3.3.2
pre-commit==3.5.0
# via -r requirements/linting.in
pyupgrade==3.4.0
pyupgrade==3.15.0
# via -r requirements/linting.in
pyyaml==6.0
pyyaml==6.0.1
# via pre-commit
ruff==0.0.270
ruff==0.1.5
# via -r requirements/linting.in
tokenize-rt==5.0.0
tokenize-rt==5.2.0
# via pyupgrade
typing-extensions==4.6.3
typing-extensions==4.8.0
# via mypy
virtualenv==20.23.0
virtualenv==20.24.6
# via pre-commit

# The following packages are considered to be unsafe in a requirements file:
Expand Down
12 changes: 6 additions & 6 deletions requirements/pyproject.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --extra=all --output-file=requirements/pyproject.txt --resolver=backtracking pyproject.toml
# pip-compile --extra=all --output-file=requirements/pyproject.txt pyproject.toml
#
annotated-types==0.5.0
annotated-types==0.6.0
# via pydantic
phonenumbers==8.13.13
phonenumbers==8.13.24
# via pydantic-extra-types (pyproject.toml)
pycountry==22.3.5
# via pydantic-extra-types (pyproject.toml)
pydantic==2.0.3
pydantic==2.3.0
# via pydantic-extra-types (pyproject.toml)
pydantic-core==2.3.0
pydantic-core==2.6.3
# via pydantic
python-ulid==1.1.0
# via pydantic-extra-types (pyproject.toml)
typing-extensions==4.6.3
typing-extensions==4.8.0
# via
# pydantic
# pydantic-core
Expand Down
24 changes: 12 additions & 12 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=requirements/testing.txt --resolver=backtracking requirements/testing.in
# pip-compile --output-file=requirements/testing.txt requirements/testing.in
#
certifi==2023.5.7
certifi==2023.7.22
# via requests
charset-normalizer==3.1.0
charset-normalizer==3.3.2
# via requests
codecov==2.1.13
# via -r requirements/testing.in
coverage[toml]==7.2.7
coverage[toml]==7.3.2
# via
# -r requirements/testing.in
# codecov
Expand All @@ -21,17 +21,17 @@ idna==3.4
# via requests
iniconfig==2.0.0
# via pytest
markdown-it-py==2.2.0
markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
packaging==23.1
packaging==23.2
# via pytest
pluggy==1.0.0
pluggy==1.3.0
# via pytest
pygments==2.15.1
pygments==2.16.1
# via rich
pytest==7.3.1
pytest==7.4.3
# via
# -r requirements/testing.in
# pytest-cov
Expand All @@ -40,11 +40,11 @@ pytest-cov==4.1.0
# via -r requirements/testing.in
pytest-pretty==1.2.0
# via -r requirements/testing.in
pytz==2023.3
pytz==2023.3.post1
# via dirty-equals
requests==2.31.0
# via codecov
rich==13.4.1
rich==13.6.0
# via pytest-pretty
urllib3==2.0.2
urllib3==2.0.7
# via requests