Skip to content

Commit 46e4cf5

Browse files
authored
Merge pull request #234 from hugovk/add-pycon-at
Add PyCon Austria 2025
2 parents e1bad9d + 274cd57 commit 46e4cf5

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/format.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
name: Format CSVs
33
on:
44
push:
5-
branches:
6-
- main
5+
workflow_dispatch:
76
permissions:
87
contents: write
98
jobs:
@@ -13,7 +12,7 @@ jobs:
1312
- uses: actions/checkout@v4
1413
- uses: actions/setup-python@v5
1514
with:
16-
python-version: "3.12"
15+
python-version: "3.x"
1716
- run: pip install -r linters/requirements.txt
1817
- run: python linters/format.py
1918
- run: python linters/validate.py

.github/workflows/validate.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
---
22
name: Validate CSVs
33
on:
4+
push:
45
pull_request:
56
branches:
67
- main
8+
workflow_dispatch:
79
jobs:
810
test-build:
911
runs-on: ubuntu-latest
1012
steps:
1113
- uses: actions/checkout@v4
1214
- uses: actions/setup-python@v5
1315
with:
14-
python-version: "3.12"
16+
python-version: "3.x"
1517
- run: pip install -r linters/requirements.txt
1618
- run: python linters/validate.py

2025.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ PyCascades,2025-02-08,2025-02-09,"Portland, Oregon, United States of America",US
44
GeoPython,2025-02-24,2025-02-26,"Basel, Switzerland",CHE,,,2024-11-15,https://2025.geopython.net,https://submit.geopython.net/geopython-2025/cfp,
55
PyCon Namibia,2025-02-24,2025-02-27,"Windhoek, Namibia",NAM,,,2024-11-17,https://na.pycon.org,https://na.pycon.org/call-proposals/,
66
PyCon APAC,2025-03-01,2025-03-02,"Metro Manila, Philippines",PHL,Ateneo de Manila University,,2024-12-15,https://pycon-apac.python.ph,https://pretalx.com/pycon-apac-2025/cfp,https://docs.google.com/forms/d/e/1FAIpQLScay8a44Fvgc0IDJ0IuKlNZgxQKs1kA7ginxto60gW3cIK2Eg/viewform
7+
PyCon Austria,2025-04-06,2025-04-07,"Eisenstadt, Austria",AUT,University of Applied Sciences (UAS) Burgenland,,2025-03-15,https://pycon.pyug.at/en/,https://www.papercall.io/pycon-austria,https://pycon.pyug.at/en/sponsor-information/
78
PyTexas,2025-04-11,2025-04-13,"Austin, Texas, United States of America",USA,Austin Central Public Library,,2024-12-01,https://www.pytexas.org/2025,,https://www.pytexas.org/2025/sponsors/sponsor-us/
89
PyCon DE & PyData,2025-04-23,2025-04-25,"Frankfurt, Germany",DEU,Darmstadtium,,2024-12-22,https://2025.pycon.de,https://2025.pycon.de/call-for-proposals,https://2025.pycon.de/sponsoring/
910
PyCon Lithuania,2025-04-23,2025-04-25,"Vilnius, Lithuania",LTU,,,,https://pycon.lt,https://pycon.lt/call-for-proposals,

0 commit comments

Comments
 (0)