Skip to content

Commit b29f6d7

Browse files
authored
Bump Python Fire version and add Python 3.13 to test matrix (#180)
* Bump Python Fire version * Add Python 3.13 to test matrix * Closes #174
1 parent ab35147 commit b29f6d7

File tree

3 files changed

+520
-369
lines changed

3 files changed

+520
-369
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
python-version: ['3.8', '3.9', '3.10', '3.11']
12+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
1313

1414
name: Testing
1515
steps:

0 commit comments

Comments
 (0)