Skip to content

Commit 9741af4

Browse files
committed
fixup! ⬆️ dep-bump(python): 3.11+
Signed-off-by: nstarman <nstarman@users.noreply.github.com>
1 parent f0fbeee commit 9741af4

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
fail-fast: false
4040
matrix:
41-
python-version: ["3.10", "3.11", "3.12", "3.13"]
41+
python-version: ["3.11", "3.12", "3.13"]
4242
runs-on: [ubuntu-latest, macos-latest, windows-latest]
4343

4444
steps:
@@ -61,14 +61,14 @@ jobs:
6161
with:
6262
token: ${{ secrets.CODECOV_TOKEN }}
6363

64-
check_oldest:
64+
test_oldest:
6565
name: Check Oldest Dependencies
6666
runs-on: ${{ matrix.runs-on }}
6767
needs: [format]
6868
strategy:
6969
fail-fast: false
7070
matrix:
71-
python-version: ["3.10"]
71+
python-version: ["3.11"]
7272
runs-on: [ubuntu-latest]
7373

7474
steps:
@@ -92,7 +92,7 @@ jobs:
9292
status:
9393
name: CI Pass
9494
runs-on: ubuntu-latest
95-
needs: [format, tests, check_oldest]
95+
needs: [format, tests, test_oldest]
9696
if: always()
9797
steps:
9898
- name: All required jobs passed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ disallow_incomplete_defs = false
8787
disallow_untyped_defs = false
8888
enable_error_code = ["ignore-without-code", "redundant-expr", "truthy-bool"]
8989
files = ["src"]
90-
python_version = "3.10"
90+
python_version = "3.11"
9191
strict = true
9292
warn_unreachable = true
9393
warn_unused_configs = true

0 commit comments

Comments
 (0)