Skip to content

Commit d7a3f61

Browse files
authored
🔧 Update Python 3.13 version in workflow (#21)
* 🔧 Update Python 3.13 version in workflow Python 3.13 was released last week so we can drop the beta versions and treat it as any other Python version. * Add Python 3.14 beta
1 parent 10fca99 commit d7a3f61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎.github/workflows/test.yml‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
python-version:
2222
- "3.11"
2323
- "3.12"
24-
- "3.13.0-beta - 3.13"
24+
- "3.13"
25+
- "3.14.0-beta - 3.14"
2526

2627
steps:
2728
- name: Checkout the code

0 commit comments

Comments
 (0)