Skip to content

Commit

Permalink
Fix config file of unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianWilhelm committed Dec 30, 2024
1 parent e87319e commit 01b2602
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.10' , '3.11'] #, '3.12'] highspy doesn't support 3.12 yet
python-version: ['3.10' , '3.11', '3.12', '3.13']

steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ title usually had responsibility for presiding over councils of some kind, which
- [x] simple configuration management with a config folder in your home directory, just like many other tools do
- [x] easily access [Google Sheets], potentially filled by some [Google Forms], and download sheets as data frames
- [x] easy to use [Pretalx] client that returns proper Python objects thanks to the power of [pydantic]
- [x] simple [HelpDesk] client for batch mails, e.g. to your reviewers
- [x] simple e-mail clients for batch mails, e.g. to your reviewers, via [Mailgun] and [HelpDesk]
- [x] awesome [documentation] with best practices for the program committee of any community-based conference
- [x] tools to assign proposals to reviewers based on constraints like preferences
- [x] tools to support the final selection process of proposals
Expand Down Expand Up @@ -163,3 +163,4 @@ To start this project off a lot of inspiration and code was taken from [Alexande
[LiveChat]: https://www.livechat.com/
[Docker]: https://www.docker.com/
[Dev Containers Extension]: https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers
[Mailgun]: https://www.mailgun.com/
5 changes: 5 additions & 0 deletions tests/cfgs/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ token_json = "token.json"
account = "934jcjkdf-39df-9df-93kf-934jfhuuij39fd"
entity_id = "[email protected]"
token = "dal:Sv4id934C3Y-X934jldj(dfjk"

[Mailgun]
token = "gguzdgshbdhjsb87239njsa"
from_address = "PyCon DE & PyData Program Committee <[email protected]>"
reply_to = "[email protected]"

0 comments on commit 01b2602

Please sign in to comment.