Skip to content

Commit

Permalink
Drop Python 3.11 upgrade test
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhitlock committed Mar 27, 2024
1 parent 5992be6 commit f968d2a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -672,15 +672,6 @@ workflows:
allow_fail: true
filters: *default_filters

- python_job:
name: python 3.11 test
python_version: "3.11"
command: pytest
pytest_fail_fast: true
test_results_filename: pytest-python-3-11.xml
allow_fail: true
filters: *default_filters

- python_job:
name: python 3.12 test
python_version: "3.12"
Expand Down

0 comments on commit f968d2a

Please sign in to comment.