From 901433b26b9bf1518c11284f9a7acff912e69d54 Mon Sep 17 00:00:00 2001 From: Evan Kohilas Date: Tue, 6 May 2025 19:22:22 +1000 Subject: [PATCH] Add PyConAU 2025 --- src/views/events/EventData.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/views/events/EventData.js b/src/views/events/EventData.js index 63a8919..b641cf0 100644 --- a/src/views/events/EventData.js +++ b/src/views/events/EventData.js @@ -14,6 +14,12 @@ export const events = [ location: 'Singapore Institute of Technology, Singapore', link: 'https://pycon.sg', }, + { + date: '12-16 Sep', + title: 'PyCon AU', + location: 'Melbourne, Australia', + link: 'https://2025.pycon.org.au/', + }, { date: '26-27 Sep', title: 'PyCon JP',