Skip to content

Commit 70f5acf

Browse files
authored
Merge pull request #254 from github/jm_drop_support_for_python_3.9
feat: drop support for python 3.9
2 parents da05bf0 + 004ccb8 commit 70f5acf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
python-version: [3.9, 3.11, 3.12]
20+
python-version: [3.11, 3.12, 3.13]
2121
steps:
2222
- uses: actions/[email protected]
2323
- name: Set up Python ${{ matrix.python-version }}

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ jobs:
252252

253253
## Local usage without Docker
254254

255-
1. Have Python v3.9 or greater installed
255+
1. Have Python v3.11 or greater installed
256256
1. Copy `.env-example` to `.env`
257257
1. Fill out the `.env` file with a _token_ from a user that has access to the organization to scan (listed below). Tokens should have admin:org or read:org access.
258258
1. Fill out the `.env` file with the desired _inactive_days_ value. This should be a whole positive number representing the amount of inactivity that you want for flagging stale repos.
@@ -264,7 +264,7 @@ jobs:
264264

265265
## Local testing without Docker
266266

267-
1. Have Python v3.9 or greater installed
267+
1. Have Python v3.11 or greater installed
268268
1. `pip install -r requirements.txt -r requirements-test.txt`
269269
1. `make lint`
270270
1. `make test`

0 commit comments

Comments
 (0)