Skip to content

Commit 58e80d7

Browse files
update ci script and release notes
1 parent 8519c6c commit 58e80d7

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
strategy:
9595
matrix:
9696
os: [ubuntu-latest, windows-latest, macos-latest]
97-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12-dev']
97+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
9898
steps:
9999
- uses: actions/checkout@v4
100100
- name: Get history and tags for SCM versioning to work

releasenotes.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Atom Release Notes
22
==================
33

4+
0.10.4 - 23/01/2024
5+
-------------------
6+
7+
- allow unions in TypeVar bound PR #207
8+
49
0.10.3 - 04/10/2023
510
-------------------
611

0 commit comments

Comments
 (0)