Skip to content

Commit

Permalink
Remove Python 3.12 support (will require more work)
Browse files Browse the repository at this point in the history
  • Loading branch information
niconoe committed Nov 13, 2023
1 parent 236e7cb commit a462ddc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.8' ]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.8' ]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand Down
3 changes: 1 addition & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
Current
-------

- Dropped Python 3.5
- Updated to support Python 3.11
- Dropped Python 3.5 and 3.6 support. Use Python 3.7 to 3.11 instead.
- Added a star record iterator to DwCAReader (thanks to @csbrown)

v0.15.1 (2023-01-17)
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: Implementation :: PyPy',
]
)

0 comments on commit a462ddc

Please sign in to comment.