Skip to content

Commit

Permalink
Remove 3.8/3.9 CI Builds. Add 3.13 builds
Browse files Browse the repository at this point in the history
Summary: Move min version up to 3.10.  Open up 3.13 ci builds

Reviewed By: thereversiblewheel

Differential Revision: D64717207

fbshipit-source-id: 35c78413a3041490fa598dde75c5a13038be0503
fried authored and facebook-github-bot committed Oct 21, 2024
1 parent c150a41 commit c60f567
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12", "3.13"]
os: [ubuntu-latest, macos-latest]

steps:
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ classifiers = [
"Topic :: Software Development :: Testing",
]

requires-python = ">=3.8"
requires-python = ">=3.10"
dependencies = [
"async-timeout >= 2.0.0, < 5.0.0",
]
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[tox:tox]
envlist = py37, py37-minimal, py38

[testenv]
deps = -rrequirements-dev.txt
commands =

0 comments on commit c60f567

Please sign in to comment.