Skip to content

Commit

Permalink
Add tests on merging of PRs and update readme to show we do not suppo…
Browse files Browse the repository at this point in the history
…rt for Python 3.7
  • Loading branch information
shaunagm committed Aug 3, 2023
1 parent 2debaa1 commit af933e7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-linux-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: tests

on:
pull_request:
branches:
- main
branches: ["main"]
push:
branches: ["main"]

env:
TESTING: 1
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/tests-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ name: tests for mac

on:
pull_request:
branches:
- main
branches: ["main"]
push:
branches: ["main"]

env:
TESTING: 1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Parsons offers simplified interactions with these services and tools, including

This project is maintained by [The Movement Cooperative](https://movementcooperative.org/) and is named after [Lucy Parsons](https://en.wikipedia.org/wiki/Lucy_Parsons). The Movement Cooperative is a member-led organization focused on providing data, tools, and strategic support for the progressive community.

Parsons is only compatible with Python 3.7-10
Parsons is only supported for Python 3.8-10.

## Table of Contents
- [License and Usage](#license-and-usage)
Expand Down

0 comments on commit af933e7

Please sign in to comment.