Skip to content

Commit

Permalink
Revert "Added CRON job, removed python 3.9 from testing."
Browse files Browse the repository at this point in the history
This reverts commit 5ec4276.
  • Loading branch information
s-goldman committed Aug 21, 2024
1 parent 9e3f8e5 commit d70ff04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 79 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
python-version: '3.10'
toxenv: py310

- name: Python 3.11
- name: Python 3.9
runs-on: ubuntu-latest
python-version: 3.11
toxenv: py312
python-version: 3.9
toxenv: py39

- name: Python 3.12
runs-on: ubuntu-latest
Expand Down
76 changes: 0 additions & 76 deletions .github/workflows/cron.yml

This file was deleted.

0 comments on commit d70ff04

Please sign in to comment.