Skip to content

Commit

Permalink
chg: Bump deps
Browse files Browse the repository at this point in the history
Rafiot committed Nov 18, 2024
1 parent 6b323d6 commit c333f8d
Showing 4 changed files with 15 additions and 15 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.10', '3.11', '3.12', '3.13']
name: Python ${{ matrix.python-version }} sample

steps:
@@ -30,4 +30,3 @@ jobs:
- name: Test with MyPy
run: |
poetry run mypy .
2 changes: 1 addition & 1 deletion .github/workflows/test_public_interface.yml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.10', '3.11', '3.12', '3.13']
name: Python ${{ matrix.python-version }} sample

steps:
22 changes: 11 additions & 11 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -19,6 +19,7 @@ classifiers = [
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'Topic :: Security',
'Topic :: Internet',
]
@@ -42,5 +43,5 @@ ipython = "^8.29.0"
pytest = "^8.3.3"

[build-system]
requires = ["poetry_core"]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit c333f8d

Please sign in to comment.